diff options
| author | Zheng Da <zhengda1936@gmail.com> | 2009-12-21 22:53:52 +0100 |
|---|---|---|
| committer | Zheng Da <zhengda1936@gmail.com> | 2009-12-21 22:53:52 +0100 |
| commit | de60719e36c86cd19e7ace9a1f1c485ce2af4060 (patch) | |
| tree | 06acc872b691d54377e483fb9c0fb8268a30c1d8 /libdde_linux26/lib/src/Makefile | |
| parent | 7ccfc1fdb1c0030e6e2105d50d76122b8f10c687 (diff) | |
a temporary version of Makefiles for libdde_linux26
Diffstat (limited to 'libdde_linux26/lib/src/Makefile')
| -rw-r--r-- | libdde_linux26/lib/src/Makefile | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/libdde_linux26/lib/src/Makefile b/libdde_linux26/lib/src/Makefile index 3707b2cb..7802479b 100644 --- a/libdde_linux26/lib/src/Makefile +++ b/libdde_linux26/lib/src/Makefile @@ -1,9 +1,15 @@ -PKGDIR ?= ../../.. -L4DIR ?= $(PKGDIR)/../.. -CONTRIB ?= $(PKGDIR)/linux26/contrib +PKGDIR ?= ../.. +L4DIR ?= $(PKGDIR) +CONTRIB ?= $(PKGDIR)/contrib -include $(PKGDIR_OBJ)/Makeconf +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 @@ -25,6 +31,7 @@ TARGET += libdde_linux26_char.a endif SYSTEMS = x86-l4v2 +ARCH = x86 ifeq ($(ARCH), x86) ARCH_DIR = arch/x86 @@ -225,6 +232,6 @@ gen_crc32table : lib/gen_crc32table.c @$(GEN_MESSAGE) $(VERBOSE)$(HOST_CC) -O2 -o $@ $< -include $(PKGDIR)/linux26/Makeconf +include $(PKGDIR)/Makeconf include $(L4DIR)/mk/lib.mk |
