]> xenbits.xensource.com Git - people/liuw/stubdom.git/commitdiff
Makefile: always include Config.mk from xen source tree
authorWei Liu <wei.liu2@citrix.com>
Thu, 10 Mar 2016 13:24:26 +0000 (13:24 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 10 Mar 2016 16:07:09 +0000 (16:07 +0000)
It contains various definitions needed in make clean.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Makefile

index ff15d16bfdd6f5395e76b68467acf366192e74b3..84c50234465f747acbd1c9e87978356157dee255 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,7 @@ export DISTDIR=$(STUBDOM_ROOT)/dist
 export stubdom=y
 export debug=y
 
-ifeq (,$(findstring clean,$(MAKECMDGOALS)))
-  include $(XEN_ROOT)/Config.mk
-endif
+include $(XEN_ROOT)/Config.mk
 
 -include config/Stubdom.mk