patch-1.3.94 linux/drivers/Makefile
Next file: linux/drivers/block/amiflop.c
Previous file: linux/arch/sparc/mm/srmmu_mp.S
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Mon Apr 22 10:59:39 1996
- Orig file:
v1.3.93/linux/drivers/Makefile
- Orig date:
Mon Feb 26 11:58:04 1996
diff -u --recursive --new-file v1.3.93/linux/drivers/Makefile linux/drivers/Makefile
@@ -9,12 +9,16 @@
SUB_DIRS := block char net #streams
MOD_SUB_DIRS := $(SUB_DIRS)
-ALL_SUB_DIRS := $(SUB_DIRS) pci scsi sound cdrom isdn
+ALL_SUB_DIRS := $(SUB_DIRS) pci sbus scsi sound cdrom isdn
ifdef CONFIG_PCI
SUB_DIRS += pci
endif
+ifdef CONFIG_SBUS
+SUB_DIRS += sbus
+endif
+
# If CONFIG_SCSI is set, the core of scsi support will be added to the kernel,
# but some of the low-level things may also be modules.
ifeq ($(CONFIG_SCSI),y)
@@ -46,6 +50,11 @@
ifeq ($(CONFIG_ISDN),m)
MOD_SUB_DIRS += isdn
endif
+endif
+
+ifeq ($(CONFIG_AP1000),y)
+SUB_DIRS += ap1000
+ALL_SUB_DIRS += ap1000
endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this