aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-02-24 16:59:11 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-02-24 16:59:11 +0000
commit0b109673722dd825609e7cc51ca124693f0b8240 (patch)
treeba95c49e5ebe85976c365b232c8f48634784cca1 /xen/drivers/Makefile
parenta48212cb65e09669ed243581556529681cebba0a (diff)
downloadxen-0b109673722dd825609e7cc51ca124693f0b8240.tar.gz
xen-0b109673722dd825609e7cc51ca124693f0b8240.tar.bz2
xen-0b109673722dd825609e7cc51ca124693f0b8240.zip
bitkeeper revision 1.94 (3e5a4f5fzVaxemjfCt0N0OH8PYPiuw)
Rename xen-2.4.16 to just "xen" to reflect that it hasn't got any relation to the Linux kernel version.
Diffstat (limited to 'xen/drivers/Makefile')
-rw-r--r--xen/drivers/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/xen/drivers/Makefile b/xen/drivers/Makefile
new file mode 100644
index 0000000000..4aa76a3f25
--- /dev/null
+++ b/xen/drivers/Makefile
@@ -0,0 +1,16 @@
+
+default:
+ $(MAKE) -C char
+ $(MAKE) -C pci
+ $(MAKE) -C net
+ $(MAKE) -C block
+ $(MAKE) -C ide
+ $(MAKE) -C scsi
+
+clean:
+ $(MAKE) -C char clean
+ $(MAKE) -C pci clean
+ $(MAKE) -C net clean
+ $(MAKE) -C block clean
+ $(MAKE) -C ide clean
+ $(MAKE) -C scsi clean