
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:
