FreeCalypso > hg > freecalypso-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
218:fee45482aa2a | 219:2beb88a3d528 |
---|---|
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 ffs_target.o ffstrace.o fsck.o \ | 5 OBJS= cfgffs.o core.o drv.o ffs_env.o ffs_target.o ffstrace.o fsck.o rand.o \ |
6 reclaim.o task.o | 6 reclaim.o task.o |
7 | 7 |
8 HDRS= core.h drv.h ffs.h ffs_api.h ffs_env.h ffs_pool_size.h ffstrace.h \ | 8 HDRS= core.h drv.h ffs.h ffs_api.h ffs_env.h ffs_pool_size.h ffstrace.h \ |
9 intctl.h ramffs.h task.h tmffs.h | 9 intctl.h ramffs.h task.h tmffs.h |
10 | 10 |