comparison gsm-fw/finlink/Makefile @ 595:3b4dce7dac06

gsm-fw/finlink/Makefile: link L1 when enabled
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 04:36:14 +0000
parents 06ab60fec942
children 8be182dd9218
comparison
equal deleted inserted replaced
594:2fd248f74a20 595:3b4dce7dac06
28 EXT_PIECES= ../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \ 28 EXT_PIECES= ../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \
29 ../services/ffs/xipcode.o ../services/dar/xipcode.o 29 ../services/ffs/xipcode.o ../services/dar/xipcode.o
30 ifeq (${CONFIG_GPF},1) 30 ifeq (${CONFIG_GPF},1)
31 EXT_PIECES+= ../gpf/conf/xipcode.o 31 EXT_PIECES+= ../gpf/conf/xipcode.o
32 endif 32 endif
33 ifeq (${CONFIG_INCLUDE_L1},1)
34 INT_PIECES+= ../L1/iramcode.o
35 EXT_PIECES+= ../L1/xipcode.o
36 endif
33 ifeq (${RVM_ETM_SWE},1) 37 ifeq (${RVM_ETM_SWE},1)
34 EXT_PIECES+= ../services/etm/xipcode.o 38 EXT_PIECES+= ../services/etm/xipcode.o
35 endif 39 endif
36 40
37 all: ${RAM_TARGET} 41 all: ${RAM_TARGET}