comparison gsm-fw/gpf/conf/Makefile @ 486:c8e12b7bbd0b

gsm-fw/gpf/conf/gpf_tst_drv.c: added
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 29 Jun 2014 20:09:08 +0000
parents 890ffca53a09
children e8ed76bbf556
comparison
equal deleted inserted replaced
485:890ffca53a09 486:c8e12b7bbd0b
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 6 OBJS= gpf_misc_init.o gpf_tst_drv.o
7 7
8 all: xipcode.o 8 all: xipcode.o
9 9
10 xipcode.o: ${OBJS} 10 xipcode.o: ${OBJS}
11 ${LD} -r -o $@ ${OBJS} 11 ${LD} -r -o $@ ${OBJS}