patch-2.3.36 linux/Makefile
Next file: linux/arch/alpha/kernel/entry.S
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Dec 30 11:51:26 1999
- Orig file:
v2.3.35/linux/Makefile
- Orig date:
Wed Dec 29 13:13:12 1999
diff -u --recursive --new-file v2.3.35/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 3
-SUBLEVEL = 35
+SUBLEVEL = 36
EXTRAVERSION =
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -146,6 +146,10 @@
DRIVERS := $(DRIVERS) drivers/net/wan/wan.a
endif
+ifeq ($(CONFIG_ARCNET),y)
+DRIVERS := $(DRIVERS) drivers/net/arcnet/arcnet.a
+endif
+
ifdef CONFIG_ATM
DRIVERS := $(DRIVERS) drivers/atm/atm.a
endif
@@ -236,6 +240,10 @@
ifeq ($(CONFIG_I2C),y)
DRIVERS := $(DRIVERS) drivers/i2c/i2c.a
+endif
+
+ifeq ($(CONFIG_PHONE),y)
+DRIVERS := $(DRIVERS) drivers/telephony/telephony.a
endif
include arch/$(ARCH)/Makefile
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)