Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2ba3166 authored by David Vrabel's avatar David Vrabel Committed by Konrad Rzeszutek Wilk
Browse files

xen/events: move drivers/xen/events.c into drivers/xen/events/



events.c will be split into multiple files so move it into its own
directory.

Signed-off-by: default avatarDavid Vrabel <david.vrabel@citrix.com>
Reviewed-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: default avatarBoris Ostrovsky <boris.ostrovsky@oracle.com>
parent 76ec8d64
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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)
+3 −0
Original line number Original line Diff line number Diff line
obj-y += events.o

events-y += events_base.o
+0 −0

File moved.