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