FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-glue/gdi/Makefile @ 837:80959c73a21b
gdi: ffs_coat.c compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 25 Apr 2015 19:25:47 +0000 |
parents | 6c5d3fecbc67 |
children | 5ab66dadefdd |
comparison
equal
deleted
inserted
replaced
836:6c5d3fecbc67 | 837:80959c73a21b |
---|---|
4 | 4 |
5 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | 5 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb |
6 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ | 6 CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ |
7 -I../../cdginc | 7 -I../../cdginc |
8 | 8 |
9 OBJS= audio.o | 9 OBJS= audio.o ffs_coat.o |
10 | 10 |
11 all: libgdi.a | 11 all: libgdi.a |
12 | 12 |
13 libgdi.a: ${OBJS} | 13 libgdi.a: ${OBJS} |
14 ${AR} cru $@ ${OBJS} | 14 ${AR} cru $@ ${OBJS} |