aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-20 18:36:35 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-20 18:36:35 +0100
commit2a2926808c0db2dbecb12c8fe533bcbe79e5710b (patch)
tree8f5fdc18593ffde12d30d9c442a560ff39279eb6 /xen/arch/x86/hvm/Makefile
parentdb3a615c3149f260749e7f711604feefcbbf08c8 (diff)
downloadxen-2a2926808c0db2dbecb12c8fe533bcbe79e5710b.tar.gz
xen-2a2926808c0db2dbecb12c8fe533bcbe79e5710b.tar.bz2
xen-2a2926808c0db2dbecb12c8fe533bcbe79e5710b.zip
Some more build-system finessing:
1. subdirs-y -> subdir-y (match Linux name, and also obj-y is singular so this makes sense). 2. subdirs can be declared with or without trailing slash 3. As with Linux, subdirs can be declared in the obj-y list but they must be distinguished by a trailing slash Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/hvm/Makefile')
-rw-r--r--xen/arch/x86/hvm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/arch/x86/hvm/Makefile b/xen/arch/x86/hvm/Makefile
index c9aefe1c48..84759742b6 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -1,7 +1,7 @@
include $(BASEDIR)/Rules.mk
-subdirs-y += svm
-subdirs-y += vmx
+subdir-y += svm
+subdir-y += vmx
obj-y += hvm.o
obj-y += i8259.o