FreeCalypso > hg > freecalypso-sw
diff gsm-fw/services/ffs/Makefile @ 219:2beb88a3d528
gsm-fw links with FFS included
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Jan 2014 20:24:53 +0000 |
parents | 30a173257f4a |
children | 842c9fd828fd |
line wrap: on
line diff
--- a/gsm-fw/services/ffs/Makefile Mon Jan 06 08:43:35 2014 +0000 +++ b/gsm-fw/services/ffs/Makefile Mon Jan 06 20:24:53 2014 +0000 @@ -2,7 +2,7 @@ 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 \ +OBJS= cfgffs.o core.o drv.o ffs_env.o ffs_target.o ffstrace.o fsck.o rand.o \ reclaim.o task.o HDRS= core.h drv.h ffs.h ffs_api.h ffs_env.h ffs_pool_size.h ffstrace.h \