summaryrefslogtreecommitdiff
path: root/dde_pcnet32_test/Makefile
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-01-21 02:49:53 +0100
committerZheng Da <zhengda1936@gmail.com>2010-01-21 02:49:53 +0100
commitcfde97207dad51cd54a1d81624f8875960c19d59 (patch)
tree7fae56fa5525875a9576c297a6ec6ff7779acb8c /dde_pcnet32_test/Makefile
parentbc1d1ffa445b7e93f767512d3b4c083fb72f7753 (diff)
add pcnet32 to test dde linux26.
Diffstat (limited to 'dde_pcnet32_test/Makefile')
-rw-r--r--dde_pcnet32_test/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/dde_pcnet32_test/Makefile b/dde_pcnet32_test/Makefile
new file mode 100644
index 00000000..c0956691
--- /dev/null
+++ b/dde_pcnet32_test/Makefile
@@ -0,0 +1,18 @@
+PKGDIR ?= ../libdde_linux26
+L4DIR ?= $(PKGDIR)
+
+SYSTEMS = x86-l4v2
+
+include Makeconf.local
+
+TARGET = dde_pcnet32
+
+SRC_C = main.c arping.c pcnet32.c
+
+LIBS += -ldde_linux26.o -ldde_linux26_block -ldde_linux26_char -ldde_linux26_net /root/hurd/libddekit/libddekit.a -lpciaccess -lthreads -lshouldbeinlibc
+CFLAGS += -g
+
+# DDE configuration
+include $(L4DIR)/Makeconf
+
+include $(L4DIR)/mk/prog.mk