aboutsummaryrefslogtreecommitdiffstats
path: root/tools/guest-headers/Makefile
blob: dc1456667f75c5439a73eff92ef4030c3deaedeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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: