comparison gsm-fw/gpf/tst_drv/iram/Makefile @ 325:ffb0442ffccf

gsm-fw/gpf/tst_drv: got as far as compiling tr2.c
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 19 Apr 2014 00:18:44 +0000
parents
children 7e878e6b9cf7
comparison
equal deleted inserted replaced
324:7228920a0834 325:ffb0442ffccf
1 CC= arm-elf-gcc
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork
3 CPPFLAGS=-I../../inc -DRUN_INT_RAM
4 VPATH= ..
5
6 OBJS= ser_tr.o titrc.o
7
8 all: ${OBJS}
9
10 clean:
11 rm -f *.[oa] *errs