diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 11:45:56 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 11:45:56 +0100 |
commit | 2568808344d9e3cbb62edbb6404be2aff956052d (patch) | |
tree | ff481cb5792d706bc6580fd4e94c4b11107d4543 /libdde_linux26/lib/src/Makefile | |
parent | 76f6b6637612a89be89e4aa38afe145a839fc1fb (diff) |
move variables to Makeconf.local
Diffstat (limited to 'libdde_linux26/lib/src/Makefile')
-rw-r--r-- | libdde_linux26/lib/src/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libdde_linux26/lib/src/Makefile b/libdde_linux26/lib/src/Makefile index 21885805..8f31f9b8 100644 --- a/libdde_linux26/lib/src/Makefile +++ b/libdde_linux26/lib/src/Makefile @@ -2,17 +2,11 @@ PKGDIR ?= ../.. L4DIR ?= $(PKGDIR) CONTRIB ?= $(PKGDIR)/contrib --include $(PKGDIR_OBJ)/Makeconf +include $(PKGDIR)/Makeconf.local ifeq ($(origin SRC_DIR),undefined) SRC_DIR := $(shell pwd) endif -CONFIG_DDE26_COMMON := y -CONFIG_DDE26_NET := y -CONFIG_DDE26_BLOCK := y -#CONFIG_DDE26_SOUND := y -CONFIG_DDE26_CHAR :=y - ifeq ($(CONFIG_DDE26_COMMON),y) TARGET += libdde_linux26.o.a endif @@ -33,9 +27,6 @@ ifeq ($(CONFIG_DDE26_CHAR),y) TARGET += libdde_linux26_char.a endif -SYSTEMS = x86-l4v2 -ARCH = x86 - ifeq ($(ARCH), x86) ARCH_DIR = arch/x86 endif |