Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65f26062 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

time: Remove development rules from Kbuild/Makefile



time.o gets rebuilt unconditionally due to a leftover Makefile rule
which was placed there for development purposes.

Remove it along with the commented out always rule in the toplevel
Kbuild file.

Fixes: 0a227985 'time: Move timeconst.h into include/generated'
Reported-by; Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Nicholas Mc Guire <der.herr@hofr.at>
parent 24bfcb10
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ $(obj)/$(bounds-file): kernel/bounds.s FORCE

timeconst-file := include/generated/timeconst.h

#always  += $(timeconst-file)
targets += $(timeconst-file)

quiet_cmd_gentimeconst = GEN     $@
+0 −2
Original line number Diff line number Diff line
@@ -12,5 +12,3 @@ obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o
obj-$(CONFIG_TIMER_STATS)			+= timer_stats.o
obj-$(CONFIG_DEBUG_FS)				+= timekeeping_debug.o
obj-$(CONFIG_TEST_UDELAY)			+= test_udelay.o

$(obj)/time.o: $(objtree)/include/config/