aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/xen/Makefile b/xen/Makefile
index ae43aa188c..e47e2ea8a6 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -23,9 +23,9 @@ install: $(TARGET)
install -m0644 $(TARGET).gz $(prefix)/boot
install -m0644 $(TARGET)-syms $(prefix)/boot
mkdir -p $(prefix)/usr/include/xen/io
- install -m0644 include/hypervisor-ifs/*.h $(prefix)/usr/include/xen
- install -m0644 include/hypervisor-ifs/io/*.h $(prefix)/usr/include/xen/io
- install -m0644 include/hypervisor-ifs/COPYING $(prefix)/usr/include/xen
+ install -m0644 include/public/*.h $(prefix)/usr/include/xen
+ install -m0644 include/public/io/*.h $(prefix)/usr/include/xen/io
+ install -m0644 include/public/COPYING $(prefix)/usr/include/xen
dist: $(TARGET)
$(MAKE) prefix=`pwd`/../install dist=yes install