FreeCalypso > hg > freecalypso-sw
view gsm-fw/riviera/support/Makefile @ 795:b93cee08a2e1
aci: cmh_mm?.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 16 Mar 2015 03:51:37 +0000 |
parents | afceeeb2cba1 |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb OBJS= exception.o all: ${OBJS} clean: rm -f *.[oa] *errs