FreeCalypso > hg > freecalypso-sw
view target-utils/tf-breakin/Makefile @ 671:210268d8e553
gsm-fw: comlib included in the build along with ccd
CONFIG_INCLUDE_CCD eliminated and absorbed into CONFIG_INCLUDE_PS
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 28 Sep 2014 18:23:19 +0000 |
parents | 22c6e39e1789 |
children |
line wrap: on
line source
CC= arm-elf-gcc OBJCOPY=arm-elf-objcopy all: payload.o payload.bin embed.c .SUFFIXES: .o .bin .o.bin: ${OBJCOPY} -O binary $< $@ mkembed: mkembed.c gcc -O2 -o $@ $@.c embed.c: payload.bin mkembed ./mkembed payload.bin $@ clean: rm -f *.o *errs *core *.bin mkembed embed.c FRC: