Skip to content

Commit

Permalink
driver: Move cell-related services to separate module
Browse files Browse the repository at this point in the history
This moves all cell-related work out of main.c, shrinking it below 500
lines again.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
jan-kiszka committed Mar 20, 2015
1 parent 474f26f commit 66b2150
Show file tree
Hide file tree
Showing 6 changed files with 447 additions and 373 deletions.
2 changes: 1 addition & 1 deletion driver/Makefile
Expand Up @@ -16,7 +16,7 @@ obj-m := jailhouse.o
ccflags-y := -I$(src)/../hypervisor/arch/$(SRCARCH)/include \
-I$(src)/../hypervisor/include

jailhouse-y := main.o sysfs.o
jailhouse-y := cell.o main.o sysfs.o
jailhouse-$(CONFIG_PCI) += pci.o

$(obj)/main.o: $(obj)/../hypervisor/include/generated/version.h

0 comments on commit 66b2150

Please sign in to comment.