aboutsummaryrefslogtreecommitdiffstats
path: root/tools/guest-headers/Makefile
blob: ce9395a8ab7c01dd9798e70a3d3cfad241a1fecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
XEN_ROOT=../..
linuxsparsetree = $(XEN_ROOT)/linux-2.6-xen-sparse

all:

check:

install:
	mkdir -p $(DESTDIR)/usr/include/xen/linux
	install -m0644 $(linuxsparsetree)/include/xen/public/*.h $(DESTDIR)/usr/include/xen/linux

clean: