patch-2.1.113 linux/Makefile
Next file: linux/arch/alpha/kernel/ptrace.c
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Thu Jul 30 11:17:11 1998
- Orig file:
v2.1.112/linux/Makefile
- Orig date:
Tue Jul 28 14:21:07 1998
diff -u --recursive --new-file v2.1.112/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 1
-SUBLEVEL = 112
+SUBLEVEL = 113
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -111,6 +111,10 @@
LIBS =$(TOPDIR)/lib/lib.a
SUBDIRS =kernel drivers mm fs net ipc lib
+ifdef CONFIG_NUBUS
+DRIVERS := $(DRIVERS) drivers/nubus/nubus.a
+endif
+
ifeq ($(CONFIG_ISDN),y)
DRIVERS := $(DRIVERS) drivers/isdn/isdn.a
endif
@@ -133,8 +137,16 @@
DRIVERS := $(DRIVERS) drivers/pci/pci.a
endif
+ifdef CONFIG_DIO
+DRIVERS := $(DRIVERS) drivers/dio/dio.a
+endif
+
ifdef CONFIG_SBUS
DRIVERS := $(DRIVERS) drivers/sbus/sbus.a
+endif
+
+ifdef CONFIG_ZORRO
+DRIVERS := $(DRIVERS) drivers/zorro/zorro.a
endif
ifdef CONFIG_PPC
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov