FreeCalypso > hg > freecalypso-sw
view nuc-fw/serial/Makefile @ 136:3b5c3f3646fb
RV bring-up: lack of timer ticks fixed,
still investigating the lack of "system time" messages from the RVT task
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 04 Nov 2013 23:35:11 +0000 |
parents | e40d8661ecab |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb LD= arm-elf-ld OBJS= debug.o init.o serialswitch.o uart.o HDRS= faxdata.h serialswitch.h traceswitch.h uart.h uartfax.h all: xipcode.o ${OBJS}: ${HDRS} xipcode.o: ${OBJS} ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *errs