diff options
Diffstat (limited to 'dde_ne2k_pci/Makefile')
-rw-r--r-- | dde_ne2k_pci/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dde_ne2k_pci/Makefile b/dde_ne2k_pci/Makefile new file mode 100644 index 00000000..0f25544f --- /dev/null +++ b/dde_ne2k_pci/Makefile @@ -0,0 +1,18 @@ +PKGDIR ?= ../libdde_linux26 +L4DIR ?= $(PKGDIR) + +SYSTEMS = x86-l4v2 + +include Makeconf.local + +TARGET = dde_ne2k_pci + +SRC_C = main.c ne2k-pci.c 8390.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 |