FreeCalypso > hg > freecalypso-sw
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nuc-fw/serial/Makefile Mon Oct 28 06:49:44 2013 +0000 @@ -0,0 +1,13 @@ +CC= arm-elf-gcc +CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb + +OBJS= serialswitch.o uart.o + +HDRS= faxdata.h serialswitch.h traceswitch.h uart.h uartfax.h + +all: ${OBJS} + +${OBJS}: ${HDRS} + +clean: + rm -f *.[oa] *errs