aboutsummaryrefslogtreecommitdiffstats
path: root/tools/guest-headers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/guest-headers/Makefile')
-rw-r--r--tools/guest-headers/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/guest-headers/Makefile b/tools/guest-headers/Makefile
index ce9395a8ab..dc1456667f 100644
--- a/tools/guest-headers/Makefile
+++ b/tools/guest-headers/Makefile
@@ -2,12 +2,16 @@
XEN_ROOT=../..
linuxsparsetree = $(XEN_ROOT)/linux-2.6-xen-sparse
+.PHONY: all
all:
+.PHONY: check
check:
+.PHONY: install
install:
mkdir -p $(DESTDIR)/usr/include/xen/linux
install -m0644 $(linuxsparsetree)/include/xen/public/*.h $(DESTDIR)/usr/include/xen/linux
+.PHONY: clean
clean: