summaryrefslogtreecommitdiff
path: root/dde26_test/Makefile
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-01-14 08:57:12 +0100
committerZheng Da <zhengda1936@gmail.com>2010-01-14 08:57:12 +0100
commit2333859cb340a77199096aabc452e5645dab1166 (patch)
treed95a0ce18ad7e347e969a69ee5e50c281a761687 /dde26_test/Makefile
parent693bd3602dd8f2f6e540558d9bf6f509008dc0bc (diff)
Adapt Makefile.
Diffstat (limited to 'dde26_test/Makefile')
-rw-r--r--dde26_test/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/dde26_test/Makefile b/dde26_test/Makefile
index 444a1f2d..a407f741 100644
--- a/dde26_test/Makefile
+++ b/dde26_test/Makefile
@@ -1,21 +1,20 @@
-PKGDIR ?= ../../..
-L4DIR ?= $(PKGDIR)/../..
+PKGDIR ?= ../libdde_linux26
+L4DIR ?= $(PKGDIR)
SYSTEMS = x86-l4v2
DEFAULT_RELOC = 0x00a00000
--include $(PKGDIR_OBJ)/Makeconf
+include Makeconf.local
-ifeq ($(CONFIG_DDE26_COMMON),y)
TARGET = dde26_test
-endif
SRC_C = main.c
-LIBS += -ldde_linux26.o -lddekit -lio -llist_alloc -lparsecmdline
+LIBS += -ldde_linux26.o -ldde_linux26_block -ldde_linux26_char -ldde_linux26_net -lddekit
+CFLAGS += -g
# DDE configuration
-include $(PKGDIR)/linux26/Makeconf
+include $(L4DIR)/Makeconf
include $(L4DIR)/mk/prog.mk