aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Rules.mk
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-21 16:20:11 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-12-21 16:20:11 +0000
commit2e9da9ee69ca565e2d275b110938cf59f22266e9 (patch)
treecbf780b46e81d9ea60d37254d5bd95a477e46462 /tools/Rules.mk
parent126fd46d2114cfc3e53c0ff30250e16e35c9ef3c (diff)
downloadxen-2e9da9ee69ca565e2d275b110938cf59f22266e9.tar.gz
xen-2e9da9ee69ca565e2d275b110938cf59f22266e9.tar.bz2
xen-2e9da9ee69ca565e2d275b110938cf59f22266e9.zip
Create new public header directory for x86-specific definitions.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/Rules.mk')
-rw-r--r--tools/Rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Rules.mk b/tools/Rules.mk
index f4524eea7c..5dfa98017f 100644
--- a/tools/Rules.mk
+++ b/tools/Rules.mk
@@ -50,5 +50,7 @@ mk-symlinks-xen:
( cd xen/hvm && ln -sf ../../$(XEN_ROOT)/xen/include/public/hvm/*.h . )
mkdir -p xen/io
( cd xen/io && ln -sf ../../$(XEN_ROOT)/xen/include/public/io/*.h . )
+ mkdir -p xen/arch-x86
+ ( cd xen/arch-x86 && ln -sf ../../$(XEN_ROOT)/xen/include/public/arch-x86/*.h . )
mk-symlinks: mk-symlinks-xen mk-symlinks-$(XEN_OS)