annotate gsm-fw/g23m-gsm/dl/Makefile @ 710:857ded4ed2a1

dl_signal.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 03 Oct 2014 04:30:17 +0000
parents bf58458efda0
children 4ee3bc3fc540
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
702
900be07de4e8 dl_com.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 674
diff changeset
1 CC= arm-elf-gcc
900be07de4e8 dl_com.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 674
diff changeset
2 LD= arm-elf-ld
900be07de4e8 dl_com.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 674
diff changeset
3
900be07de4e8 dl_com.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 674
diff changeset
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb
900be07de4e8 dl_com.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 674
diff changeset
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \
900be07de4e8 dl_com.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 674
diff changeset
6 -I../../cdginc
900be07de4e8 dl_com.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 674
diff changeset
7
709
bf58458efda0 dl_sacch0.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 708
diff changeset
8 OBJS= dl_com.o dl_dcch0.o dl_dcch3.o dl_dph.o dl_drr.o dl_em.o dl_pei.o \
710
857ded4ed2a1 dl_signal.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 709
diff changeset
9 dl_sacch0.o dl_signal.o
702
900be07de4e8 dl_com.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 674
diff changeset
10
900be07de4e8 dl_com.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 674
diff changeset
11 all: ${OBJS}
674
5ec79b82ab04 gsm-fw/g23m-gsm: stub Makefile hierarchy created, hooked into make clean
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
12
5ec79b82ab04 gsm-fw/g23m-gsm: stub Makefile hierarchy created, hooked into make clean
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
13 clean:
5ec79b82ab04 gsm-fw/g23m-gsm: stub Makefile hierarchy created, hooked into make clean
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
14 rm -f *.[oa] *.out *errs