aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/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/common/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/common/Makefile')
-rw-r--r--xen/common/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 6ea5889540..d7bf1c50ec 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -1,5 +1,3 @@
-include $(BASEDIR)/Rules.mk
-
obj-y += acm_ops.o
obj-y += bitmap.o
obj-y += dom0_ops.o
@@ -28,7 +26,5 @@ obj-y += xmalloc.o
obj-$(perfc) += perfc.o
obj-$(crash_debug) += gdbstub.o
-include $(BASEDIR)/Post.mk
-
# Object file contains changeset and compiler information.
kernel.o: $(BASEDIR)/include/xen/compile.h