diff options
Diffstat (limited to 'dde_rtl8139/Makefile')
-rw-r--r-- | dde_rtl8139/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dde_rtl8139/Makefile b/dde_rtl8139/Makefile new file mode 100644 index 00000000..4f76cd2b --- /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_path) -ldde_linux26.o -ldde_linux26_net $(libddekit_path) -lfshelp -ltrivfs -lpciaccess -lthreads -lshouldbeinlibc -lports $(libslab_path) -lbpf +CFLAGS += -g -I$(PKGDIR)/include -I../libmachdev + +# DDE configuration +include $(L4DIR)/Makeconf + +include $(L4DIR)/mk/prog.mk |