diff options
Diffstat (limited to 'dde26_test/Makefile')
-rw-r--r-- | dde26_test/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dde26_test/Makefile b/dde26_test/Makefile new file mode 100644 index 00000000..1d6f8b67 --- /dev/null +++ b/dde26_test/Makefile @@ -0,0 +1,20 @@ +PKGDIR ?= ../libdde_linux26 +L4DIR ?= $(PKGDIR) + +SYSTEMS = x86-l4v2 + +DEFAULT_RELOC = 0x00a00000 + +include Makeconf.local + +TARGET = dde26_test + +SRC_C = main.c + +LIBS += -ldde_linux26.o -ldde_linux26_block -ldde_linux26_char -ldde_linux26_net /root/hurd/libddekit/libddekit.a -lpciaccess -lpthread -lshouldbeinlibc +CFLAGS += -g + +# DDE configuration +include $(L4DIR)/Makeconf + +include $(L4DIR)/mk/prog.mk |