FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/gpf/conf/Makefile @ 488:e8ed76bbf556
gsm-fw/gpf/conf: bare{comp.c,const.h} configuration created
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 29 Jun 2014 21:59:14 +0000 |
parents | c8e12b7bbd0b |
children | 86364a58aa6c |
comparison
equal
deleted
inserted
replaced
487:f612f9c3fe77 | 488:e8ed76bbf556 |
---|---|
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 CPPFLAGS=-I../inc | 3 CPPFLAGS=-I../inc |
4 LD= arm-elf-ld | 4 LD= arm-elf-ld |
5 | 5 |
6 OBJS= gpf_misc_init.o gpf_tst_drv.o | 6 CONFIG_MODULE= barecomp |
7 | |
8 OBJS= gpf_misc_init.o gpf_tst_drv.o ${CONFIG_MODULE}.o | |
7 | 9 |
8 all: xipcode.o | 10 all: xipcode.o |
9 | 11 |
10 xipcode.o: ${OBJS} | 12 xipcode.o: ${OBJS} |
11 ${LD} -r -o $@ ${OBJS} | 13 ${LD} -r -o $@ ${OBJS} |