patch-2.4.0-prerelease linux/arch/ppc/8xx_io/Makefile
Next file: linux/arch/ppc/Makefile
Previous file: linux/arch/ppc/8260_io/Makefile
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Dec 29 14:07:20 2000
- Orig file:
v2.4.0-test12/linux/arch/ppc/8xx_io/Makefile
- Orig date:
Thu Oct 7 10:17:08 1999
diff -u --recursive --new-file v2.4.0-test12/linux/arch/ppc/8xx_io/Makefile linux/arch/ppc/8xx_io/Makefile
@@ -7,14 +7,11 @@
#
# Note 2! The CFLAGS definition is now in the main makefile...
-O_TARGET := 8xx_io.a
-O_OBJS = commproc.o uart.o
+O_TARGET := 8xx_io.o
-ifdef CONFIG_FEC_ENET
-O_OBJS += fec.o
-endif
-ifdef CONFIG_SCC_ENET
-O_OBJS += enet.o
-endif
+obj-y := commproc.o uart.o
+
+obj-$(CONFIG_FEC_ENET) += fec.o
+obj-$(CONFIG_SCC_ENET) += enet.o
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)