patch-2.3.15 linux/Makefile
Next file: linux/arch/alpha/config.in
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Mon Aug 23 09:56:31 1999
- Orig file:
v2.3.14/linux/Makefile
- Orig date:
Wed Aug 18 09:45:10 1999
diff -u --recursive --new-file v2.3.14/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 3
-SUBLEVEL = 14
+SUBLEVEL = 15
EXTRAVERSION =
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -126,6 +126,10 @@
DRIVERS := $(DRIVERS) drivers/net/net.a
+ifdef CONFIG_ATM
+DRIVERS := $(DRIVERS) drivers/atm/atm.a
+endif
+
ifeq ($(CONFIG_SCSI),y)
DRIVERS := $(DRIVERS) drivers/scsi/scsi.a
endif
@@ -162,7 +166,7 @@
DRIVERS := $(DRIVERS) drivers/macintosh/macintosh.a
endif
-ifdef CONFIG_PNP
+ifeq ($(CONFIG_PNP),y)
DRIVERS := $(DRIVERS) drivers/pnp/pnp.a
endif
@@ -325,6 +329,7 @@
if [ -f NET_MODULES ]; then inst_mod NET_MODULES net; fi; \
if [ -f IPV4_MODULES ]; then inst_mod IPV4_MODULES ipv4; fi; \
if [ -f IPV6_MODULES ]; then inst_mod IPV6_MODULES ipv6; fi; \
+ if [ -f ATM_MODULES ]; then inst_mod ATM_MODULES atm; fi; \
if [ -f SCSI_MODULES ]; then inst_mod SCSI_MODULES scsi; fi; \
if [ -f FS_MODULES ]; then inst_mod FS_MODULES fs; fi; \
if [ -f NLS_MODULES ]; then inst_mod NLS_MODULES fs; fi; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)