summaryrefslogtreecommitdiff
path: root/dde_rtl8139/Makefile
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-05-07 01:23:03 +0000
committerZheng Da <zhengda1936@gmail.com>2010-05-07 01:23:03 +0000
commit2f10589b68e536fb341335362be204a5c97e173e (patch)
treebb43b57190e241693f410ce00899ddf9a2004914 /dde_rtl8139/Makefile
parenta3ceae18db61ff5dd7d86a79d794f992d58604f4 (diff)
Add DDE rtl8139.
Diffstat (limited to 'dde_rtl8139/Makefile')
-rw-r--r--dde_rtl8139/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/dde_rtl8139/Makefile b/dde_rtl8139/Makefile
new file mode 100644
index 00000000..acc4cfcb
--- /dev/null
+++ b/dde_rtl8139/Makefile
@@ -0,0 +1,18 @@
+PKGDIR ?= ../libdde_linux26
+L4DIR ?= $(PKGDIR)
+
+SYSTEMS = x86-l4v2
+
+include Makeconf.local
+
+TARGET = dde_rtl8139
+
+SRC_C = main.c 8139cp.c
+
+LIBS += ../libmachdev/libmachdev.a -ldde_linux26.o -ldde_linux26_net ../libddekit/libddekit.a -lfshelp -ltrivfs -lpciaccess -lthreads -lshouldbeinlibc -lports
+CFLAGS += -g
+
+# DDE configuration
+include $(L4DIR)/Makeconf
+
+include $(L4DIR)/mk/prog.mk