FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/services/ffs/Makefile @ 210:1d87b335fc50
gsm-fw/services/ffs: cfgffs.c integrated
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 26 Dec 2013 04:37:10 +0000 |
parents | 6f4a12b4582f |
children | 847e2585a0f2 |
comparison
equal
deleted
inserted
replaced
209:6f4a12b4582f | 210:1d87b335fc50 |
---|---|
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= drv.o | 5 OBJS= cfgffs.o drv.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 | 8 intctl.h ramffs.h |
9 | 9 |
10 all: xipcode.o | 10 all: xipcode.o |