From: Ian Jackson Date: Mon, 4 Sep 2017 16:46:13 +0000 (+0100) Subject: DEPS handling: Provide DEPS_RM and DEPS_INCLUDE X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d648789df90ff3eb04f977fb20d118af17faa666;p=people%2Froyger%2Fxen.git DEPS handling: Provide DEPS_RM and DEPS_INCLUDE These are not used anywhere yet, so no functional change. Reported-by: Jan Beulich CC: Wei Liu Signed-off-by: Ian Jackson Acked-by: Jan Beulich Acked-by: Wei Liu --- diff --git a/Config.mk b/Config.mk index 1bc922e1a4..5aca4bf384 100644 --- a/Config.mk +++ b/Config.mk @@ -56,6 +56,8 @@ HOSTCC ?= clang HOSTCXX ?= clang++ endif +DEPS_RM = $(DEPS) +DEPS_INCLUDE = $(DEPS) include $(XEN_ROOT)/config/$(XEN_OS).mk include $(XEN_ROOT)/config/$(XEN_TARGET_ARCH).mk