FreeCalypso > hg > freecalypso-sw
view gsm-fw/riviera/support/Makefile @ 564:b0af3534ef35
gsm-fw/L1/include/l1_defty.h: afc_bypass_mode axed
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 08 Aug 2014 03:26:54 +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