summaryrefslogtreecommitdiff
path: root/init/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-06-29 14:58:57 +0200
committerClark Williams <williams@redhat.com>2012-03-13 12:40:21 -0500
commitbd34f0ca20fd4e5d678d6d0f4b3c4d3424fe4bec (patch)
treeecf94c8f4b2c5b114be8850957a2c149879b2978 /init/Makefile
parent53c222d56d5425d3c76aaafeb374845d5ce8de84 (diff)
kconfig-preempt-rt-full.patchv3.2.10-rt18
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init/Makefile')
-rw-r--r--init/Makefile2
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)"