FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/finlink/Makefile @ 642:b039cafc8e31
PCM integration: linking
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 03 Sep 2014 17:42:09 +0000 |
parents | 0677a6fbb8b6 |
children | 46e5c90fd0b8 |
comparison
equal
deleted
inserted
replaced
641:e60f51f747f5 | 642:b039cafc8e31 |
---|---|
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 |
37 endif | |
38 ifeq (${CONFIG_INCLUDE_PCM},1) | |
39 EXT_PIECES+= ../services/pcm/xipcode.o | |
37 endif | 40 endif |
38 ifeq (${RVM_ETM_SWE},1) | 41 ifeq (${RVM_ETM_SWE},1) |
39 EXT_PIECES+= ../services/etm/xipcode.o | 42 EXT_PIECES+= ../services/etm/xipcode.o |
40 endif | 43 endif |
41 | 44 |