]> Pileus Git - ~andy/linux/blobdiff - drivers/xen/Makefile
Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...
[~andy/linux] / drivers / xen / Makefile
index ec2a39b1e26f0438f6a2266cd77ff6173fd7bbc7..7c284342f30fef956900f93e3386179152873bd0 100644 (file)
@@ -1,6 +1,9 @@
 obj-y  += grant-table.o features.o events.o manage.o
 obj-y  += xenbus/
 
+nostackp := $(call cc-option, -fno-stack-protector)
+CFLAGS_features.o                      := $(nostackp)
+
 obj-$(CONFIG_HOTPLUG_CPU)      += cpu_hotplug.o
 obj-$(CONFIG_XEN_XENCOMM)      += xencomm.o
 obj-$(CONFIG_XEN_BALLOON)      += balloon.o