FreeCalypso > hg > freecalypso-sw
view gsm-fw/services/ffs/Makefile @ 934:a8fc7526935e
gsm-fw/sysglue/flashboot.S, C139 configuration: the interface between the
hacked-up bootloader and the main fw has been changed to match TCS211.
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 31 Oct 2015 03:47:18 +0000 |
parents | 842c9fd828fd |
children | 62ca61292b77 |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb LD= arm-elf-ld OBJS= cfgffs.o core.o drv.o ffs_env.o ffs_target.o ffstrace.o fsck.o rand.o \ reclaim.o task.o tmffs.o HDRS= core.h drv.h ffs.h ffs_api.h ffs_env.h ffs_pool_size.h ffstrace.h \ intctl.h ramffs.h task.h tmffs.h all: xipcode.o ${OBJS}: ${HDRS} ffs_target.c: ffs.c mktarget.pl ./mktarget.pl xipcode.o: ${OBJS} ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *errs ffs_target.c