FreeCalypso > hg > freecalypso-sw
view gsm-fw/g23m-gsm/rr/Makefile @ 732:a6f45d948d22
rr_attf.c compiles
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 05 Oct 2014 02:53:52 +0000 |
| parents | 5ec79b82ab04 |
| children | d01d6b3ac2a9 |
line wrap: on
line source
CC= arm-elf-gcc LD= arm-elf-ld CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc OBJS= rr_attf.o all: ${OBJS} clean: rm -f *.[oa] *.out *errs
