FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-gsm/mm/Makefile @ 725:9ffa468dab07
mm_pei.c compiles
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sat, 04 Oct 2014 21:08:33 +0000 |
| parents | 9e777968b08f |
| children | 105ac33aa5a1 |
comparison
equal
deleted
inserted
replaced
| 724:9e777968b08f | 725:9ffa468dab07 |
|---|---|
| 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 |
| 7 | 7 |
| 8 OBJS= mm_csf.o mm_em.o mm_forf.o mm_forp.o mm_fors.o mm_mmf.o mm_mmp.o \ | 8 OBJS= mm_csf.o mm_em.o mm_forf.o mm_forp.o mm_fors.o mm_mmf.o mm_mmp.o \ |
| 9 mm_mms.o | 9 mm_mms.o mm_pei.o |
| 10 | 10 |
| 11 all: ${OBJS} | 11 all: ${OBJS} |
| 12 | 12 |
| 13 clean: | 13 clean: |
| 14 rm -f *.[oa] *.out *errs | 14 rm -f *.[oa] *.out *errs |
