patch-2.4.20 linux-2.4.20/drivers/net/e100/Makefile
Next file: linux-2.4.20/drivers/net/e100/e100.h
Previous file: linux-2.4.20/drivers/net/e100/LICENSE
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Thu Nov 28 15:53:13 2002
- Orig file:
linux-2.4.19/drivers/net/e100/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -urN linux-2.4.19/drivers/net/e100/Makefile linux-2.4.20/drivers/net/e100/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for the Intel's E100 ethernet driver
+#
+
+O_TARGET := e100.o
+
+obj-y := e100_main.o e100_config.o e100_proc.o e100_phy.o \
+ e100_eeprom.o e100_test.o
+obj-m := $(O_TARGET)
+
+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)