diff options
Diffstat (limited to 'init/Makefile')
| -rw-r--r-- | init/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile index 93a53fbdbe79..a2300078f2b7 100644 --- a/init/Makefile +++ b/init/Makefile | |||
| @@ -25,4 +25,5 @@ $(obj)/version.o: include/linux/compile.h | |||
| 25 | 25 | ||
| 26 | include/linux/compile.h: FORCE | 26 | include/linux/compile.h: FORCE |
| 27 | @echo ' CHK $@' | 27 | @echo ' CHK $@' |
| 28 | @$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ "$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CC) $(CFLAGS)" | 28 | $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \ |
| 29 | "$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CONFIG_PREEMPT)" "$(CC) $(CFLAGS)" | ||
