summaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tulip/Makefile')
-rw-r--r--drivers/net/tulip/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/net/tulip/Makefile b/drivers/net/tulip/Makefile
new file mode 100644
index 000000000..6e1368e32
--- /dev/null
+++ b/drivers/net/tulip/Makefile
@@ -0,0 +1,14 @@
+#
+# Makefile for the Tulip ethernet driver
+#
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definitions are now in the main makefile...
+
+O_TARGET := tulip.o
+O_OBJS := 21142.o eeprom.o interrupt.o media.o pnic.o timer.o tulip_core.o
+M_OBJS := $(O_TARGET)
+
+include $(TOPDIR)/Rules.make