comparison gsm-fw/finlink/Makefile @ 637:0677a6fbb8b6

gsm-fw: CONFIG_INCLUDE_xxx reworked in preparation for G23 integration
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 03 Sep 2014 16:03:38 +0000
parents da72b51c0572
children b039cafc8e31
comparison
equal deleted inserted replaced
636:06ecb305f650 637:0677a6fbb8b6
14 14
15 BASE_LIBS= ../riviera/librv.a ../nucleus/libplus.xip.a \ 15 BASE_LIBS= ../riviera/librv.a ../nucleus/libplus.xip.a \
16 ../nucleus/libplus.iram.a ../sprintf/libsprintf.a 16 ../nucleus/libplus.iram.a ../sprintf/libsprintf.a
17 LIB_DEPEND= ${BASE_LIBS} 17 LIB_DEPEND= ${BASE_LIBS}
18 18
19 ifeq (${CONFIG_GPF},1) 19 ifeq (${CONFIG_INCLUDE_GPF},1)
20 GPF_LIBS= ../gpf/libs/libgpf.xip.a ../gpf/libs/libgpf.iram.a 20 GPF_LIBS= ../gpf/libs/libgpf.xip.a ../gpf/libs/libgpf.iram.a
21 LIB_LINK_ORDER+= --start-group ${GPF_LIBS} --end-group 21 LIB_LINK_ORDER+= --start-group ${GPF_LIBS} --end-group
22 LIB_DEPEND+= ${GPF_LIBS} 22 LIB_DEPEND+= ${GPF_LIBS}
23 endif 23 endif
24 24
26 LIB_LINK_ORDER+= --start-group ${LIBC_A} ${LIBGCC_A} --end-group 26 LIB_LINK_ORDER+= --start-group ${LIBC_A} ${LIBGCC_A} --end-group
27 27
28 INT_PIECES= ../bsp/iramcode.o 28 INT_PIECES= ../bsp/iramcode.o
29 EXT_PIECES= ../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \ 29 EXT_PIECES= ../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \
30 ../services/ffs/xipcode.o ../services/dar/xipcode.o 30 ../services/ffs/xipcode.o ../services/dar/xipcode.o
31 ifeq (${CONFIG_GPF},1) 31 ifeq (${CONFIG_INCLUDE_GPF},1)
32 EXT_PIECES+= ../gpf/conf/xipcode.o 32 EXT_PIECES+= ../gpf/conf/xipcode.o
33 endif 33 endif
34 ifeq (${CONFIG_INCLUDE_L1},1) 34 ifeq (${CONFIG_INCLUDE_L1},1)
35 INT_PIECES+= ../L1/iramcode.o 35 INT_PIECES+= ../L1/iramcode.o
36 EXT_PIECES+= ../L1/xipcode.o 36 EXT_PIECES+= ../L1/xipcode.o