|
@@ -2,7 +2,8 @@ ifeq ($(filter y, $(CONFIG_ARM) $(CONFIG_ARM64)),)
|
|
obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
|
|
obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
|
|
endif
|
|
endif
|
|
obj-$(CONFIG_X86) += fallback.o
|
|
obj-$(CONFIG_X86) += fallback.o
|
|
-obj-y += grant-table.o features.o events.o balloon.o manage.o
|
|
|
|
|
|
+obj-y += grant-table.o features.o balloon.o manage.o
|
|
|
|
+obj-y += events/
|
|
obj-y += xenbus/
|
|
obj-y += xenbus/
|
|
|
|
|
|
nostackp := $(call cc-option, -fno-stack-protector)
|
|
nostackp := $(call cc-option, -fno-stack-protector)
|