]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/xen/Makefile
iwlwifi: cleanup iwl_set_rxon_channel()
[karo-tx-linux.git] / 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