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..d4bc3050 --- /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/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 |