diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-01-01 15:00:11 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-01 15:00:11 +0100 |
commit | 4acf279a6048d18fe3b9ca65d6e30f4544f6accf (patch) | |
tree | 08346fd99af99f2e1681a8d092c14023a8d9d73a /libdde_linux26/include | |
parent | e87cd850f373309c7e71625a60fd0fbed6f16b88 (diff) |
The modified Makefile can build libdde_linux26 now
Diffstat (limited to 'libdde_linux26/include')
-rw-r--r-- | libdde_linux26/include/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libdde_linux26/include/Makefile b/libdde_linux26/include/Makefile index 7584d036..2ac8b949 100644 --- a/libdde_linux26/include/Makefile +++ b/libdde_linux26/include/Makefile @@ -2,9 +2,9 @@ PKGDIR ?= .. L4DIR ?= $(PKGDIR) # Force these include files to appear in a special subfolder of dde/ -INSTALL_INC_PREFIX = l4/dde/linux26 +INSTALL_INC_PREFIX = -#include $(L4DIR)/mk/Makeconf +include $(L4DIR)/mk/Makeconf -include $(PKGDIR_OBJ)/Makeconf include $(L4DIR)/mk/include.mk @@ -18,6 +18,7 @@ SUFFIX_arm = arm # macro to establish a symlink to a dir if not already existing MAKELINK = if [ ! $1 -ef $2 ] ; then ln -sf $3 $2 ; fi +BUILD_ARCH = x86 ARCH = $(BUILD_ARCH) all:: |