]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - init/Makefile
Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linux
[linux.git] / init / Makefile
index a3e5ce2bcf08bf2bee9c6139ac61360055dd4949..6246a06364d0f1228a4e8967a80b2ee850140ec4 100644 (file)
@@ -33,5 +33,6 @@ $(obj)/version.o: include/generated/compile.h
 silent_chk_compile.h = :
 include/generated/compile.h: FORCE
        @$($(quiet)chk_compile.h)
-       $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \
-       "$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CONFIG_PREEMPT)" "$(CC) $(KBUILD_CFLAGS)"
+       $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@   \
+       "$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CONFIG_PREEMPT)"    \
+       "$(CONFIG_PREEMPT_RT)" "$(CC) $(KBUILD_CFLAGS)"