FreeCalypso > hg > freecalypso-sw
diff gsm-fw/services/ffs/Makefile @ 212:3ebe6409e8bc
gsm-fw/services/ffs: task.c integrated
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Jan 2014 04:15:30 +0000 |
parents | 847e2585a0f2 |
children | bdfdea886bea |
line wrap: on
line diff
--- a/gsm-fw/services/ffs/Makefile Thu Dec 26 07:23:38 2013 +0000 +++ b/gsm-fw/services/ffs/Makefile Mon Jan 06 04:15:30 2014 +0000 @@ -2,10 +2,10 @@ CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb LD= arm-elf-ld -OBJS= cfgffs.o core.o drv.o +OBJS= cfgffs.o core.o drv.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 tmffs.h + intctl.h ramffs.h task.h tmffs.h all: xipcode.o