patch-2.1.89 linux/arch/alpha/kernel/Makefile
Next file: linux/arch/alpha/kernel/bios32.c
Previous file: linux/arch/alpha/config.in
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Mon Feb 23 10:25:10 1998
- Orig file:
v2.1.88/linux/arch/alpha/kernel/Makefile
- Orig date:
Tue Feb 17 13:12:44 1998
diff -u --recursive --new-file v2.1.88/linux/arch/alpha/kernel/Makefile linux/arch/alpha/kernel/Makefile
@@ -35,6 +35,13 @@
ifdef CONFIG_ALPHA_T2
O_OBJS += t2.o
endif
+ifneq ($(CONFIG_ALPHA_PC164)$(CONFIG_ALPHA_LX164),nn)
+O_OBJS += smc37c93x.o
+endif
+ifdef CONFIG_ALPHA_SX164
+O_OBJS += smc37c669.o
+endif
+
all: kernel.o head.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov