Skip to content

Commit

Permalink
time: Remove development rules from Kbuild/Makefile
Browse files Browse the repository at this point in the history
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 <sboyd@codeaurora.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Nicholas Mc Guire <der.herr@hofr.at>
  • Loading branch information
Thomas Gleixner committed Jul 1, 2015
1 parent 24bfcb1 commit 65f2606
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down
2 changes: 0 additions & 2 deletions kernel/time/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 65f2606

Please sign in to comment.