comparison 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
comparison
equal deleted inserted replaced
135:e4257294102b 136:3b5c3f3646fb
1 CC= arm-elf-gcc 1 CC= arm-elf-gcc
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb 2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb
3 LD= arm-elf-ld 3 LD= arm-elf-ld
4 4
5 OBJS= init.o serialswitch.o uart.o 5 OBJS= debug.o init.o serialswitch.o uart.o
6 6
7 HDRS= faxdata.h serialswitch.h traceswitch.h uart.h uartfax.h 7 HDRS= faxdata.h serialswitch.h traceswitch.h uart.h uartfax.h
8 8
9 all: xipcode.o 9 all: xipcode.o
10 10