summaryrefslogtreecommitdiff
path: root/dde_pcnet32/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-19 06:14:24 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-19 06:14:24 +0000
commit6fafeb146e9efd59140ea58cebd7dd38ae9a6379 (patch)
tree7db89ba6a28932514b105d620bba4884ec332ec3 /dde_pcnet32/Makefile
parent38c2c2458e3f4ecb329ff35621806252aac209b9 (diff)
parent8df772b3c665e663f6f9d2a70f9c691590bd3f91 (diff)
Merge branch 'dde' into upstream-merged
Diffstat (limited to 'dde_pcnet32/Makefile')
-rw-r--r--dde_pcnet32/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/dde_pcnet32/Makefile b/dde_pcnet32/Makefile
new file mode 100644
index 00000000..bcdcb425
--- /dev/null
+++ b/dde_pcnet32/Makefile
@@ -0,0 +1,16 @@
+PKGDIR ?= ../libdde_linux26
+L4DIR ?= $(PKGDIR)
+
+include Makeconf.local
+
+TARGET = dde_pcnet32
+
+SRC_C = main.c pcnet32.c
+
+LIBS += $(libmachdev_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -lfshelp -ltrivfs -lpciaccess -lz -lthreads -lshouldbeinlibc -lports $(libslab_path) $(libbpf_path)
+CFLAGS += -g -I$(PKGDIR)/include -I../libmachdev
+
+# DDE configuration
+include $(L4DIR)/Makeconf
+
+include $(L4DIR)/mk/prog.mk