ia64/xen-unstable
annotate tools/guest-headers/Makefile @ 8537:d39fa3f09cb2
Add dummy 'all' target to guest-headers Makefile.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue Jan 10 15:26:57 2006 +0100 (2006-01-10) |
parents | d92a68e6faa9 |
children | fd9b2c1bb577 |
rev | line source |
---|---|
vhanquez@8516 | 1 |
vhanquez@8516 | 2 XEN_ROOT=../.. |
vhanquez@8516 | 3 linuxsparsetree = $(XEN_ROOT)/linux-2.6-xen-sparse |
vhanquez@8516 | 4 |
kaf24@8537 | 5 all: |
kaf24@8537 | 6 |
vhanquez@8516 | 7 check: |
vhanquez@8516 | 8 |
vhanquez@8516 | 9 install: |
vhanquez@8516 | 10 mkdir -p $(DESTDIR)/usr/include/xen/linux |
vhanquez@8516 | 11 install -m0644 $(linuxsparsetree)/include/asm-xen/linux-public/*.h $(DESTDIR)/usr/include/xen/linux |
vhanquez@8516 | 12 |
vhanquez@8516 | 13 clean: |