FreeCalypso > hg > freecalypso-sw
view gsm-fw/riviera/init/Makefile @ 822:2d3f29ef866d
gsm-fw: first attempt to link with g23m-aci and g23m-gsm included
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 18:18:00 +0000 |
parents | afceeeb2cba1 |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -Os -fno-builtin -mthumb-interwork -mthumb OBJS= create_RVtasks.o all: ${OBJS} clean: rm -f *.[oa] *errs