comparison gsm-fw/finlink/Makefile @ 939:62ca61292b77

gsm-fw: Intel single bank flash driver (Compal) compiles and links
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sat, 31 Oct 2015 23:21:40 +0000
parents ab20a5e9dbf3
children
comparison
equal deleted inserted replaced
938:1db4da08b9b4 939:62ca61292b77
39 LIB_LINK_ORDER+= --start-group ${LIBC_A} ${LIBGCC_A} --end-group 39 LIB_LINK_ORDER+= --start-group ${LIBC_A} ${LIBGCC_A} --end-group
40 40
41 INT_PIECES= ../bsp/iramcode.o 41 INT_PIECES= ../bsp/iramcode.o
42 EXT_PIECES= ../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \ 42 EXT_PIECES= ../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \
43 ../services/ffs/xipcode.o ../services/dar/xipcode.o 43 ../services/ffs/xipcode.o ../services/dar/xipcode.o
44 ifeq (${FLASH_IS_INTEL_ONEBANK},1)
45 INT_PIECES+= ../services/ffs/intelsbdrv.o
46 endif
44 ifeq (${CONFIG_INCLUDE_GPF},1) 47 ifeq (${CONFIG_INCLUDE_GPF},1)
45 EXT_PIECES+= ../gpf/conf/xipcode.o 48 EXT_PIECES+= ../gpf/conf/xipcode.o
46 endif 49 endif
47 ifeq (${CONFIG_INCLUDE_L1},1) 50 ifeq (${CONFIG_INCLUDE_L1},1)
48 INT_PIECES+= ../L1/iramcode.o 51 INT_PIECES+= ../L1/iramcode.o