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-04-05 17:15:34 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-05 17:15:34 +0100
commita853f9f18f2d2c822ae098c5583cd70f1df29354 (patch)
tree4771cae9c7b3081039b1db5e15113ff29cb49006 /xen/arch/x86/hvm/Makefile
parent2e70fcfed5ff48f9d0e33cd86702fccaedda5941 (diff)
downloadxen-a853f9f18f2d2c822ae098c5583cd70f1df29354.tar.gz
xen-a853f9f18f2d2c822ae098c5583cd70f1df29354.tar.bz2
xen-a853f9f18f2d2c822ae098c5583cd70f1df29354.zip
Clean up build system some more. No need to explicitly
include Rules.mk/Post.mk all over the place. 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, 0 insertions, 4 deletions
diff --git a/xen/arch/x86/hvm/Makefile b/xen/arch/x86/hvm/Makefile
index 84759742b6..7cde715116 100644
--- a/xen/arch/x86/hvm/Makefile
+++ b/xen/arch/x86/hvm/Makefile
@@ -1,5 +1,3 @@
-include $(BASEDIR)/Rules.mk
-
subdir-y += svm
subdir-y += vmx
@@ -10,5 +8,3 @@ obj-y += io.o
obj-y += platform.o
obj-y += vioapic.o
obj-y += vlapic.o
-
-include $(BASEDIR)/Post.mk