Skip to content

Commit

Permalink
xen/events: move drivers/xen/events.c into drivers/xen/events/
Browse files Browse the repository at this point in the history
events.c will be split into multiple files so move it into its own
directory.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
  • Loading branch information
David Vrabel authored and Konrad Rzeszutek Wilk committed Jan 6, 2014
1 parent 76ec8d6 commit d2ba316
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/xen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ ifeq ($(filter y, $(CONFIG_ARM) $(CONFIG_ARM64)),)
obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
endif
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/

nostackp := $(call cc-option, -fno-stack-protector)
Expand Down
3 changes: 3 additions & 0 deletions drivers/xen/events/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj-y += events.o

events-y += events_base.o
File renamed without changes.

0 comments on commit d2ba316

Please sign in to comment.