annotate gsm-fw/gpf/frame/iram/Makefile @ 358:b39802cd9329

target-utils/Makefile: tf-breakin subdir added
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 15 May 2014 09:50:23 +0000
parents d278439e905d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
317
06ee56829697 GPF: frame.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
1 CC= arm-elf-gcc
06ee56829697 GPF: frame.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork
06ee56829697 GPF: frame.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
3 CPPFLAGS=-I../../inc -DRUN_INT_RAM
06ee56829697 GPF: frame.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
4 VPATH= ..
06ee56829697 GPF: frame.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
5
319
2c760f6b1fe0 gsm-fw/gpf/frame: everything compiles except vsi_trc.c
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 317
diff changeset
6 OBJS= frame.o prf_func.o route.o \
2c760f6b1fe0 gsm-fw/gpf/frame: everything compiles except vsi_trc.c
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 317
diff changeset
7 vsi_com.o vsi_drv.o vsi_mem.o vsi_mis.o vsi_ppm.o \
323
d278439e905d GPF: vsi_trc.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 319
diff changeset
8 vsi_pro.o vsi_sem.o vsi_tim.o vsi_trc.o
317
06ee56829697 GPF: frame.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
9
06ee56829697 GPF: frame.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
10 all: ${OBJS}
06ee56829697 GPF: frame.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
11
06ee56829697 GPF: frame.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
12 clean:
06ee56829697 GPF: frame.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
13 rm -f *.[oa] *errs