comparison gsm-fw/finlink/Makefile @ 597:8be182dd9218

gsm-fw: INT_{Dis,En}ableIRQ() functions implemented (needed by L1 code)
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 07:15:12 +0000
parents 3b4dce7dac06
children da72b51c0572
comparison
equal deleted inserted replaced
596:a8121805b6d0 597:8be182dd9218
22 endif 22 endif
23 23
24 LIB_LINK_ORDER+= ${BASE_LIBS} 24 LIB_LINK_ORDER+= ${BASE_LIBS}
25 LIB_LINK_ORDER+= --start-group ${LIBC_A} ${LIBGCC_A} --end-group 25 LIB_LINK_ORDER+= --start-group ${LIBC_A} ${LIBGCC_A} --end-group
26 26
27 INT_PIECES= ../bsp/niq32.o 27 INT_PIECES= ../bsp/iramcode.o
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