FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/services/ffs/Makefile @ 216:0eb85790c0ed
gsm-fw/services/ffs: reclaim.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Jan 2014 07:23:36 +0000 |
parents | 517dd86b45b1 |
children | 30a173257f4a |
comparison
equal
deleted
inserted
replaced
215:517dd86b45b1 | 216:0eb85790c0ed |
---|---|
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 ffs_env.o ffstrace.o fsck.o task.o | 5 OBJS= cfgffs.o core.o drv.o ffs_env.o ffstrace.o fsck.o reclaim.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 task.h tmffs.h | 8 intctl.h ramffs.h task.h tmffs.h |
9 | 9 |
10 all: xipcode.o | 10 all: xipcode.o |