comparison gsm-fw/gpf/tst_pei/xip/Makefile @ 324:7228920a0834

gsm-fw/gpf/tst_pei: objects compile
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 13 Apr 2014 08:19:38 +0000
parents
children
comparison
equal deleted inserted replaced
323:d278439e905d 324:7228920a0834
1 CC= arm-elf-gcc
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb
3 CPPFLAGS=-I../../inc -DRUN_FLASH
4 VPATH= ..
5
6 OBJS= tif_version.o tst_pei.o tstdriver.o
7
8 all: ${OBJS}
9
10 clean:
11 rm -f *.[oa] *errs