diff options
| author | Zheng Da <zhengda1936@gmail.com> | 2010-01-21 02:49:53 +0100 |
|---|---|---|
| committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-21 02:49:53 +0100 |
| commit | cfde97207dad51cd54a1d81624f8875960c19d59 (patch) | |
| tree | 7fae56fa5525875a9576c297a6ec6ff7779acb8c /dde_pcnet32_test/Makefile | |
| parent | bc1d1ffa445b7e93f767512d3b4c083fb72f7753 (diff) | |
add pcnet32 to test dde linux26.
Diffstat (limited to 'dde_pcnet32_test/Makefile')
| -rw-r--r-- | dde_pcnet32_test/Makefile | 18 |
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 |
