patch-2.3.20 linux/arch/ppc/8xx_io/Makefile
Next file: linux/arch/ppc/8xx_io/commproc.c
Previous file: linux/arch/ppc/8xx_io/Config.in
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Oct 7 10:17:08 1999
- Orig file:
v2.3.19/linux/arch/ppc/8xx_io/Makefile
- Orig date:
Wed Sep 30 10:14:16 1998
diff -u --recursive --new-file v2.3.19/linux/arch/ppc/8xx_io/Makefile linux/arch/ppc/8xx_io/Makefile
@@ -9,11 +9,12 @@
O_TARGET := 8xx_io.a
O_OBJS = commproc.o uart.o
-ifdef CONFIG_MBX
-O_OBJS += enet.o
-endif
-ifdef CONFIG_FADS
+
+ifdef CONFIG_FEC_ENET
O_OBJS += fec.o
+endif
+ifdef CONFIG_SCC_ENET
+O_OBJS += enet.o
endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)