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