FreeCalypso > hg > freecalypso-sw
comparison nuc-fw/serial/Makefile @ 116:22c8199e08af
started integrating TI's serial code
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 28 Oct 2013 06:49:44 +0000 |
parents | |
children | e40d8661ecab |
comparison
equal
deleted
inserted
replaced
115:1e41550feec5 | 116:22c8199e08af |
---|---|
1 CC= arm-elf-gcc | |
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | |
3 | |
4 OBJS= serialswitch.o uart.o | |
5 | |
6 HDRS= faxdata.h serialswitch.h traceswitch.h uart.h uartfax.h | |
7 | |
8 all: ${OBJS} | |
9 | |
10 ${OBJS}: ${HDRS} | |
11 | |
12 clean: | |
13 rm -f *.[oa] *errs |