summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2015-07-01 09:57:35 +0200
committerThomas Gleixner <tglx@linutronix.de>2015-07-01 09:57:35 +0200
commit65f26062cd8f653dac11d3c00d326f7f57b5e098 (patch)
treec050e2175804003fb0ec9a05110d3650c5f4b15c /kernel
parent24bfcb100959c8641a627b5604d967243f8f240c (diff)
downloadop-kernel-dev-65f26062cd8f653dac11d3c00d326f7f57b5e098.zip
op-kernel-dev-65f26062cd8f653dac11d3c00d326f7f57b5e098.tar.gz
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: 0a227985d4a9 '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>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/time/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/time/Makefile b/kernel/time/Makefile
index ffc4cc3..49eca0b 100644
--- a/kernel/time/Makefile
+++ b/kernel/time/Makefile
@@ -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/
OpenPOWER on IntegriCloud