diff options
| -rw-r--r-- | drivers/xen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index 46de6cdfccb3..74354708c6c4 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile | |||
| @@ -2,7 +2,8 @@ ifneq ($(CONFIG_ARM),y) | |||
| 2 | obj-y += manage.o balloon.o | 2 | obj-y += manage.o balloon.o |
| 3 | obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o | 3 | obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o |
| 4 | endif | 4 | endif |
| 5 | obj-y += grant-table.o features.o events.o fallback.o | 5 | obj-$(CONFIG_X86) += fallback.o |
| 6 | obj-y += grant-table.o features.o events.o | ||
| 6 | obj-y += xenbus/ | 7 | obj-y += xenbus/ |
| 7 | 8 | ||
| 8 | nostackp := $(call cc-option, -fno-stack-protector) | 9 | nostackp := $(call cc-option, -fno-stack-protector) |
