view gsm-fw/L1/dsp/Makefile @ 934:a8fc7526935e

gsm-fw/sysglue/flashboot.S, C139 configuration: the interface between the hacked-up bootloader and the main fw has been changed to match TCS211.
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sat, 31 Oct 2015 03:47:18 +0000
parents bacf366e8ce3
children
line wrap: on
line source

CC=	arm-elf-gcc
AR=	arm-elf-ar
RANLIB=	arm-elf-ranlib

CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb

OBJS=	amr_mms_patch_file36_10.o amr_sch_patch_file36_10.o \
	e2_patch_file36_10.o gprs_patch_file36_10.o leadapi.o leadboot.o \
	patch_file36_10_dyn_dwl.o tty_patch_file36_10.o

all:	libdsp.a

libdsp.a:	${OBJS}
	${AR} cru $@ ${OBJS}
	${RANLIB} $@

clean:
	rm -f *.[oa] *.out *errs