diff options
| author | Zheng Da <zhengda1936@gmail.com> | 2010-01-14 08:54:20 +0100 |
|---|---|---|
| committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-14 08:54:20 +0100 |
| commit | 693bd3602dd8f2f6e540558d9bf6f509008dc0bc (patch) | |
| tree | 888ffb492ec10ddfb98e07d7fdee474d92d87c01 /dde26_test/Makefile | |
| parent | e4d437ccb296d2e8f1bb77d7c9914bb1bf49872a (diff) | |
Add the original dde26_test.
Diffstat (limited to 'dde26_test/Makefile')
| -rw-r--r-- | dde26_test/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dde26_test/Makefile b/dde26_test/Makefile new file mode 100644 index 00000000..444a1f2d --- /dev/null +++ b/dde26_test/Makefile @@ -0,0 +1,21 @@ +PKGDIR ?= ../../.. +L4DIR ?= $(PKGDIR)/../.. + +SYSTEMS = x86-l4v2 + +DEFAULT_RELOC = 0x00a00000 + +-include $(PKGDIR_OBJ)/Makeconf + +ifeq ($(CONFIG_DDE26_COMMON),y) +TARGET = dde26_test +endif + +SRC_C = main.c + +LIBS += -ldde_linux26.o -lddekit -lio -llist_alloc -lparsecmdline + +# DDE configuration +include $(PKGDIR)/linux26/Makeconf + +include $(L4DIR)/mk/prog.mk |
