Makefile now supports userspace-only build
authorFilippos Giannakos <philipgian@grnet.gr>
Tue, 12 Feb 2013 17:35:31 +0000 (19:35 +0200)
committerFilippos Giannakos <philipgian@grnet.gr>
Tue, 12 Feb 2013 17:35:31 +0000 (19:35 +0200)
Makefile

index 7de7b5c..0ce63d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,9 @@
 
 default: xseg
 
-build: xseg
+build:
+       make -C xseg XSEG_DOMAIN_TARGETS="user"
+       rm xseg/config.mk
 
 xseg:
        make -C xseg