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