FreeCalypso > hg > freecalypso-sw
view gsm-fw/riviera/support/Makefile @ 827:02c65d76881f
progress toward gsm-fw build with PS: dummy xxx_version() functions added
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 06 Apr 2015 01:48:17 +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