diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-06-29 14:58:57 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-03-14 10:50:17 -0500 |
commit | 3db90f72d7b32f472eaa3ff82274cf8f6270c496 (patch) | |
tree | f49eb52d655017193be1908da6c9c584789e4d2a /init | |
parent | 4ce1040b50e6d9c8b7bbee6e1c51cbfa3e4e2e79 (diff) |
kconfig-preempt-rt-full.patchv3.2.11-rt20
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init')
-rw-r--r-- | init/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile index 0bf677aa0872..6b473cd16509 100644 --- a/init/Makefile +++ b/init/Makefile @@ -29,4 +29,4 @@ 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)" + "$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CONFIG_PREEMPT)" "$(CONFIG_PREEMPT_RT_FULL)" "$(CC) $(KBUILD_CFLAGS)" |