FreeCalypso > hg > freecalypso-sw
view nuc-fw/Makefile @ 83:ebe258a85813
toolchain: binutils patch to emit the "short" form of Thumb->ARM call veneers
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 19 Aug 2013 05:16:34 +0000 |
parents | 147861b15cda |
children | d01098eccf21 |
line wrap: on
line source
COMPONENTS= nucdemo nucleus sprintf sysglue SUBDIR= ${COMPONENTS} finlink all: ramImage ${COMPONENTS}: FRC cd $@; make ${MFLAGS} ramImage flashImage: ${COMPONENTS} cd finlink; make ${MFLAGS} $@ clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done FRC: