view gsm-fw/g23m-aci/aci/Makefile @ 782:3eb43280161d

gsm-fw/g23m-aci/aci: aci_aci.c compiles with -I../ati_ext added
author Michael Spacefalcon <falcon@ivan.Harhan.ORG>
date Sun, 08 Mar 2015 02:22:34 +0000
parents 286567fb2ab8
children 79ccc6a27a95
line wrap: on
line source

CC=	arm-elf-gcc
LD=	arm-elf-ld

CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb
CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \
	-I../../cdginc -I../ati_ext

OBJS=	aci_aci.o

all:	${OBJS}

clean:
	rm -f *.[oa] *.out *errs