FreeCalypso > hg > freecalypso-sw
diff 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 |
line wrap: on
line diff
--- a/gsm-fw/finlink/Makefile Sat Oct 31 23:02:20 2015 +0000 +++ b/gsm-fw/finlink/Makefile Sat Oct 31 23:21:40 2015 +0000 @@ -41,6 +41,9 @@ INT_PIECES= ../bsp/iramcode.o EXT_PIECES= ../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \ ../services/ffs/xipcode.o ../services/dar/xipcode.o +ifeq (${FLASH_IS_INTEL_ONEBANK},1) +INT_PIECES+= ../services/ffs/intelsbdrv.o +endif ifeq (${CONFIG_INCLUDE_GPF},1) EXT_PIECES+= ../gpf/conf/xipcode.o endif