We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2728fcf commit 41eba23Copy full SHA for 41eba23
init/Makefile
@@ -27,11 +27,11 @@ $(obj)/version.o: include/generated/compile.h
27
# mkcompile_h will make sure to only update the
28
# actual file if its content has changed.
29
30
- chk_compile.h = :
31
- quiet_chk_compile.h = echo ' CHK $@'
32
-silent_chk_compile.h = :
33
-include/generated/compile.h: FORCE
34
- @$($(quiet)chk_compile.h)
35
- $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \
+quiet_cmd_compile.h = CHK $@
+ cmd_compile.h = \
+ $(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \
36
"$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CONFIG_PREEMPT)" \
37
"$(CONFIG_PREEMPT_RT)" $(CONFIG_CC_VERSION_TEXT) "$(LD)"
+
+include/generated/compile.h: FORCE
+ $(call cmd,compile.h)
0 commit comments