comparison gsm-fw/g23m-aci/aci/Makefile @ 780:286567fb2ab8

starting to compile ACI; ati_ext_mech.h is missing
author Michael Spacefalcon <falcon@ivan.Harhan.ORG>
date Sun, 08 Mar 2015 01:51:24 +0000
parents 5a0c58760ae2
children 3eb43280161d
comparison
equal deleted inserted replaced
779:f54080301c98 780:286567fb2ab8
1 # stub Makefile, to be filled out 1 CC= arm-elf-gcc
2 all: 2 LD= arm-elf-ld
3
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \
6 -I../../cdginc
7
8 OBJS= aci_aci.o
9
10 all: ${OBJS}
3 11
4 clean: 12 clean:
5 rm -f *.[oa] *.out *errs 13 rm -f *.[oa] *.out *errs