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