comparison 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
comparison
equal deleted inserted replaced
211:847e2585a0f2 212:3ebe6409e8bc
1 CC= arm-elf-gcc 1 CC= arm-elf-gcc
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb 2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb
3 LD= arm-elf-ld 3 LD= arm-elf-ld
4 4
5 OBJS= cfgffs.o core.o drv.o 5 OBJS= cfgffs.o core.o drv.o task.o
6 6
7 HDRS= core.h drv.h ffs.h ffs_api.h ffs_env.h ffs_pool_size.h ffstrace.h \ 7 HDRS= core.h drv.h ffs.h ffs_api.h ffs_env.h ffs_pool_size.h ffstrace.h \
8 intctl.h ramffs.h tmffs.h 8 intctl.h ramffs.h task.h tmffs.h
9 9
10 all: xipcode.o 10 all: xipcode.o
11 11
12 ${OBJS}: ${HDRS} 12 ${OBJS}: ${HDRS}
13 13