summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /drivers/Makefile
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 51ad67441..1a74fa394 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -7,10 +7,11 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile.
-SUB_DIRS := block char net misc sound
+SUB_DIRS := block char net parport sound misc
MOD_SUB_DIRS := $(SUB_DIRS)
-ALL_SUB_DIRS := $(SUB_DIRS) pci sgi scsi sbus cdrom isdn misc pnp \
- macintosh video dio zorro fc4 usb
+ALL_SUB_DIRS := $(SUB_DIRS) pci sgi scsi sbus cdrom isdn pnp i2o \
+ macintosh video dio zorro fc4 usb \
+ nubus tc ap1000 atm
ifdef CONFIG_DIO
SUB_DIRS += dio
@@ -21,6 +22,10 @@ ifdef CONFIG_PCI
SUB_DIRS += pci
endif
+ifdef CONFIG_PCMCIA
+SUB_DIRS += pcmcia
+endif
+
ifdef CONFIG_SBUS
SUB_DIRS += sbus
MOD_SUB_DIRS += sbus
@@ -105,6 +110,11 @@ else
endif
endif
+ifdef CONFIG_ATM
+SUB_DIRS += atm
+MOD_SUB_DIRS += atm
+endif
+
ifeq ($(CONFIG_AP1000),y)
SUB_DIRS += ap1000
ALL_SUB_DIRS += ap1000