Skip to content

Commit 65f2606

Browse files
committed
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: 0a22798 'time: Move timeconst.h into include/generated' Reported-by; Stephen Boyd <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: Nicholas Mc Guire <[email protected]>
1 parent 24bfcb1 commit 65f2606

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Kbuild

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ $(obj)/$(bounds-file): kernel/bounds.s FORCE
5252

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

55-
#always += $(timeconst-file)
5655
targets += $(timeconst-file)
5756

5857
quiet_cmd_gentimeconst = GEN $@

kernel/time/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ obj-$(CONFIG_TICK_ONESHOT) += tick-oneshot.o tick-sched.o
1212
obj-$(CONFIG_TIMER_STATS) += timer_stats.o
1313
obj-$(CONFIG_DEBUG_FS) += timekeeping_debug.o
1414
obj-$(CONFIG_TEST_UDELAY) += test_udelay.o
15-
16-
$(obj)/time.o: $(objtree)/include/config/

0 commit comments

Comments
 (0)