move kernel under rest of build and pull through aufs tools

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack
2015-12-17 15:26:42 +00:00
parent 8a880a89e8
commit fca32a3b72
9 changed files with 15 additions and 12 deletions

View File

@@ -1,11 +1,10 @@
all:
$(MAKE) -C kernel
$(MAKE) -C alpine/kernel
$(MAKE) -C alpine
xhyve: all
$(MAKE) -C xhyve run
clean:
$(MAKE) -C kernel clean
$(MAKE) -C alpine clean
$(MAKE) -C xhyve clean