FreeCalypso > hg > freecalypso-sw
diff gsm-fw/services/ffs/Makefile @ 214:bdfdea886bea
gsm-fw/services/ffs: ffs_env.c and ffstrace.c compile
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Jan 2014 04:43:21 +0000 |
parents | 3ebe6409e8bc |
children | 517dd86b45b1 |
line wrap: on
line diff
--- a/gsm-fw/services/ffs/Makefile Mon Jan 06 04:20:29 2014 +0000 +++ b/gsm-fw/services/ffs/Makefile Mon Jan 06 04:43:21 2014 +0000 @@ -2,7 +2,7 @@ CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb LD= arm-elf-ld -OBJS= cfgffs.o core.o drv.o task.o +OBJS= cfgffs.o core.o drv.o ffs_env.o ffstrace.o task.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