FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-glue/gdi/Makefile @ 839:5ab66dadefdd
gdi: power.c compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 25 Apr 2015 19:29:38 +0000 |
parents | 80959c73a21b |
children | 60a08fe672d8 |
comparison
equal
deleted
inserted
replaced
838:a963ff26848a | 839:5ab66dadefdd |
---|---|
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 ffs_coat.o | 9 OBJS= audio.o ffs_coat.o power.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} |