diff options
Diffstat (limited to 'init/Makefile')
| -rw-r--r-- | init/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/init/Makefile b/init/Makefile index 4a243df426f..0bf677aa087 100644 --- a/init/Makefile +++ b/init/Makefile | |||
| @@ -15,12 +15,8 @@ mounts-$(CONFIG_BLK_DEV_RAM) += do_mounts_rd.o | |||
| 15 | mounts-$(CONFIG_BLK_DEV_INITRD) += do_mounts_initrd.o | 15 | mounts-$(CONFIG_BLK_DEV_INITRD) += do_mounts_initrd.o |
| 16 | mounts-$(CONFIG_BLK_DEV_MD) += do_mounts_md.o | 16 | mounts-$(CONFIG_BLK_DEV_MD) += do_mounts_md.o |
| 17 | 17 | ||
| 18 | # files to be removed upon make clean | ||
| 19 | clean-files := ../include/linux/compile.h | ||
| 20 | |||
| 21 | # dependencies on generated files need to be listed explicitly | 18 | # dependencies on generated files need to be listed explicitly |
| 22 | 19 | $(obj)/version.o: include/generated/compile.h | |
| 23 | $(obj)/version.o: include/linux/compile.h | ||
| 24 | 20 | ||
| 25 | # compile.h changes depending on hostname, generation number, etc, | 21 | # compile.h changes depending on hostname, generation number, etc, |
| 26 | # so we regenerate it always. | 22 | # so we regenerate it always. |
| @@ -30,7 +26,7 @@ $(obj)/version.o: include/linux/compile.h | |||
| 30 | chk_compile.h = : | 26 | chk_compile.h = : |
| 31 | quiet_chk_compile.h = echo ' CHK $@' | 27 | quiet_chk_compile.h = echo ' CHK $@' |
| 32 | silent_chk_compile.h = : | 28 | silent_chk_compile.h = : |
| 33 | include/linux/compile.h: FORCE | 29 | include/generated/compile.h: FORCE |
| 34 | @$($(quiet)chk_compile.h) | 30 | @$($(quiet)chk_compile.h) |
| 35 | $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \ | 31 | $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \ |
| 36 | "$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CONFIG_PREEMPT)" "$(CC) $(KBUILD_CFLAGS)" | 32 | "$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CONFIG_PREEMPT)" "$(CC) $(KBUILD_CFLAGS)" |
