aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index c1bf41737936..2618a6169a13 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -36,13 +36,14 @@ obj-$(CONFIG_FB_INTEL) += video/intelfb/
36 36
37obj-y += serial/ 37obj-y += serial/
38obj-$(CONFIG_PARPORT) += parport/ 38obj-$(CONFIG_PARPORT) += parport/
39obj-y += base/ block/ misc/ mfd/ net/ media/ 39obj-y += base/ block/ misc/ mfd/ media/
40obj-$(CONFIG_NUBUS) += nubus/ 40obj-$(CONFIG_NUBUS) += nubus/
41obj-$(CONFIG_ATM) += atm/
42obj-y += macintosh/ 41obj-y += macintosh/
43obj-$(CONFIG_IDE) += ide/ 42obj-$(CONFIG_IDE) += ide/
44obj-$(CONFIG_SCSI) += scsi/ 43obj-$(CONFIG_SCSI) += scsi/
45obj-$(CONFIG_ATA) += ata/ 44obj-$(CONFIG_ATA) += ata/
45obj-y += net/
46obj-$(CONFIG_ATM) += atm/
46obj-$(CONFIG_FUSION) += message/ 47obj-$(CONFIG_FUSION) += message/
47obj-$(CONFIG_FIREWIRE) += firewire/ 48obj-$(CONFIG_FIREWIRE) += firewire/
48obj-y += ieee1394/ 49obj-y += ieee1394/