commit | 65f26062cd8f653dac11d3c00d326f7f57b5e098 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jul 01 09:57:35 2015 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Jul 01 09:57:35 2015 +0200 |
tree | c050e2175804003fb0ec9a05110d3650c5f4b15c | |
parent | 24bfcb100959c8641a627b5604d967243f8f240c [diff] |
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>