summaryrefslogtreecommitdiff
path: root/dde_pcnet32_test/Makefile
diff options
context:
space:
mode:
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..9f6f11d7
--- /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 -lpthread -lshouldbeinlibc
+CFLAGS += -g
+
+# DDE configuration
+include $(L4DIR)/Makeconf
+
+include $(L4DIR)/mk/prog.mk