FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/finlink/Makefile @ 899:ab20a5e9dbf3
gsm-fw/L1/dsp code made into a library in preparation for adding patch codes
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Jul 2015 02:50:49 +0000 |
parents | f5affe83ba2d |
children | 62ca61292b77 |
comparison
equal
deleted
inserted
replaced
898:cc9d97d0e911 | 899:ab20a5e9dbf3 |
---|---|
26 | 26 |
27 ifeq (${CONFIG_INCLUDE_GPF},1) | 27 ifeq (${CONFIG_INCLUDE_GPF},1) |
28 GPF_LIBS= ../gpf/libs/libgpf.xip.a ../gpf/libs/libgpf.iram.a | 28 GPF_LIBS= ../gpf/libs/libgpf.xip.a ../gpf/libs/libgpf.iram.a |
29 LIB_LINK_ORDER+= --start-group ${GPF_LIBS} --end-group | 29 LIB_LINK_ORDER+= --start-group ${GPF_LIBS} --end-group |
30 LIB_DEPEND+= ${GPF_LIBS} | 30 LIB_DEPEND+= ${GPF_LIBS} |
31 endif | |
32 | |
33 ifeq (${CONFIG_INCLUDE_L1},1) | |
34 LIB_LINK_ORDER+=../L1/dsp/libdsp.a | |
35 LIB_DEPEND+= ../L1/dsp/libdsp.a | |
31 endif | 36 endif |
32 | 37 |
33 LIB_LINK_ORDER+= ${BASE_LIBS} | 38 LIB_LINK_ORDER+= ${BASE_LIBS} |
34 LIB_LINK_ORDER+= --start-group ${LIBC_A} ${LIBGCC_A} --end-group | 39 LIB_LINK_ORDER+= --start-group ${LIBC_A} ${LIBGCC_A} --end-group |
35 | 40 |