FreeCalypso > hg > freecalypso-sw
view gsm-fw/riviera/init/Makefile @ 333:2ac2f6d88bb2
rvinterf & rvtdump: use the new libg23 for G23 packet decoding
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 22 Apr 2014 05:11:03 +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