summaryrefslogtreecommitdiff
path: root/dde_ne2k_pci/Makefile
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-05-11 04:15:09 +0000
committerZheng Da <zhengda1936@gmail.com>2010-05-11 04:15:09 +0000
commit5c5bf1945a8f397c3753a04b5bd84f8f1ec386a1 (patch)
tree180e0a19c54fd6a46f809aad816025a4ca1aecbf /dde_ne2k_pci/Makefile
parentfd11239e5a0f745cf40f954f772ed7dcdf95d018 (diff)
Add ne2k-pci driver.
Diffstat (limited to 'dde_ne2k_pci/Makefile')
-rw-r--r--dde_ne2k_pci/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/dde_ne2k_pci/Makefile b/dde_ne2k_pci/Makefile
new file mode 100644
index 00000000..d4bc3050
--- /dev/null
+++ b/dde_ne2k_pci/Makefile
@@ -0,0 +1,18 @@
+PKGDIR ?= ../libdde_linux26
+L4DIR ?= $(PKGDIR)
+
+SYSTEMS = x86-l4v2
+
+include Makeconf.local
+
+TARGET = dde_ne2k_pci
+
+SRC_C = main.c ne2k-pci.c 8390.c
+
+LIBS += ../libmachdev/libmachdev.a -ldde_linux26.o -ldde_linux26_net ../libddekit/libddekit.a -lfshelp -ltrivfs -lpciaccess -lthreads -lshouldbeinlibc -lports
+CFLAGS += -g
+
+# DDE configuration
+include $(L4DIR)/Makeconf
+
+include $(L4DIR)/mk/prog.mk