FreeCalypso > hg > freecalypso-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
781:8eea89c37047 | 782:3eb43280161d |
---|---|
1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
2 LD= arm-elf-ld | 2 LD= arm-elf-ld |
3 | 3 |
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | 4 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb |
5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ | 5 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ |
6 -I../../cdginc | 6 -I../../cdginc -I../ati_ext |
7 | 7 |
8 OBJS= aci_aci.o | 8 OBJS= aci_aci.o |
9 | 9 |
10 all: ${OBJS} | 10 all: ${OBJS} |
11 | 11 |