view 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
line wrap: on
line source

CC=	arm-elf-gcc
CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb
CPPFLAGS=-I../inc
LD=	arm-elf-ld

OBJS=	gpf_misc_init.o gpf_tst_drv.o

all:	xipcode.o

xipcode.o:	${OBJS}
	${LD} -r -o $@ ${OBJS}

clean:
	rm -f *.[oa] *errs