FreeCalypso > hg > freecalypso-sw
view gsm-fw/g23m-gsm/rr/Makefile @ 734:abfc662e0082
rr_atts.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Oct 2014 07:51:55 +0000 |
parents | d01d6b3ac2a9 |
children | 458366ab2d6d |
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 rr_attp.o rr_atts.o all: ${OBJS} clean: rm -f *.[oa] *.out *errs