patch-2.3.15 linux/drivers/Makefile

Next file: linux/drivers/atm/Config.in
Previous file: linux/arch/sparc64/config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/drivers/Makefile linux/drivers/Makefile
@@ -11,7 +11,7 @@
 MOD_SUB_DIRS := $(SUB_DIRS)
 ALL_SUB_DIRS := $(SUB_DIRS) pci sgi scsi sbus cdrom isdn pnp i2o \
 				macintosh video dio zorro fc4 usb \
-				nubus tc ap1000
+				nubus tc ap1000 atm
 
 ifdef CONFIG_DIO
 SUB_DIRS += dio
@@ -104,6 +104,11 @@
   ifeq ($(CONFIG_ISDN),m)
   MOD_SUB_DIRS += isdn
   endif
+endif
+
+ifdef CONFIG_ATM
+SUB_DIRS += atm
+MOD_SUB_DIRS += atm
 endif
 
 ifeq ($(CONFIG_AP1000),y)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)