diff options
| author | Zheng Da <zhengda1936@gmail.com> | 2009-12-06 05:26:23 +0100 |
|---|---|---|
| committer | Zheng Da <zhengda1936@gmail.com> | 2009-12-06 05:26:23 +0100 |
| commit | 8a6d48c0542876eb3acfc0970c0ab7872db08d5f (patch) | |
| tree | 496e78bc728317ea779781b92f897d16936ee231 /libdde_linux26/examples/unittest/.svn/text-base/Makefile.svn-base | |
| parent | b4bffcfcdf3ab7a55d664e9aa5907f88da503f38 (diff) | |
check in the original version of dde linux26.
Diffstat (limited to 'libdde_linux26/examples/unittest/.svn/text-base/Makefile.svn-base')
| -rw-r--r-- | libdde_linux26/examples/unittest/.svn/text-base/Makefile.svn-base | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libdde_linux26/examples/unittest/.svn/text-base/Makefile.svn-base b/libdde_linux26/examples/unittest/.svn/text-base/Makefile.svn-base new file mode 100644 index 00000000..1ec4e97d --- /dev/null +++ b/libdde_linux26/examples/unittest/.svn/text-base/Makefile.svn-base @@ -0,0 +1,21 @@ +PKGDIR ?= ../../.. +L4DIR ?= $(PKGDIR)/../.. + +SYSTEMS = x86-l4v2 + +DEFAULT_RELOC = 0x00a00000 + +-include $(PKGDIR_OBJ)/Makeconf + +ifeq ($(CONFIG_DDE26_COMMON),y) +TARGET = dde26_unit_test +endif + +SRC_C = main.c + +LIBS += -ldde_linux26 -lddekit -lio -llist_alloc -lparsecmdline -lcunit_dde + +# DDE configuration +include $(PKGDIR)/linux26/Makeconf + +include $(L4DIR)/mk/prog.mk |
