From cfde97207dad51cd54a1d81624f8875960c19d59 Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Thu, 21 Jan 2010 02:49:53 +0100 Subject: add pcnet32 to test dde linux26. --- dde_pcnet32_test/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dde_pcnet32_test/Makefile (limited to 'dde_pcnet32_test/Makefile') 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 -- cgit v1.2.3