From: Ian Jackson Date: Wed, 24 May 2017 15:53:28 +0000 (+0100) Subject: tools/include/Makefile: Support `build' target X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2131 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2e736da54652d51cb3e16827fc0fac281164624e;p=xen.git tools/include/Makefile: Support `build' target This is the only one of the Makefiles invoked with -C from the toplevel which lacks this target. CC: Wei Liu Signed-off-by: Ian Jackson Tested-by: M A Young Tested-by: Andrew Cooper Release-acked-by: Julien Grall --- diff --git a/tools/include/Makefile b/tools/include/Makefile index 98b479f6a3..db0f030176 100644 --- a/tools/include/Makefile +++ b/tools/include/Makefile @@ -4,8 +4,8 @@ include $(XEN_ROOT)/tools/Rules.mk # Relative to $(XEN_ROOT)/xen/xsm/flask FLASK_H_DEPEND := policy/initial_sids -.PHONY: all -all: xen-foreign xen/.dir xen-xsm/.dir +.PHONY: all build +all build: xen-foreign xen/.dir xen-xsm/.dir .PHONY: xen-foreign xen-foreign: