aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/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/drivers/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/drivers/Makefile')
-rw-r--r--xen/drivers/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/drivers/Makefile b/xen/drivers/Makefile
index b24da03f5e..ba39b440a9 100644
--- a/xen/drivers/Makefile
+++ b/xen/drivers/Makefile
@@ -1,6 +1,2 @@
-include $(BASEDIR)/Rules.mk
-
subdir-y += char
subdir-$(HAS_ACPI) += acpi
-
-include $(BASEDIR)/Post.mk