summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/Makefile b/app/Makefile
index d4c56c5..f38aea4 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -25,7 +25,7 @@ PROG=msf
V=1
default: ${PROG}.elf
-CSRCS=led.c ticker.c ring.c usart.c stdio.c lwip_glue.c steth.c msf.c abs.c pll.c main.c time_fn.c ntp.c dcf77.c util.c stats.c gps.c hexdump.c bits.c max7219.c report.c sysclk.c
+CSRCS=led.c ticker.c ring.c usart.c stdio.c lwip_glue.c steth.c msf.c abs.c pll.c main.c time_fn.c ntp.c dcf77.c util.c stats.c gps.c hexdump.c bits.c max7219.c report.c sysclk.c cdcacm.c usb.c
HSRCS= events.h gps.h project.h ring.h steth.h time_fn.h ubx.h
@@ -71,11 +71,16 @@ include ../Makefile.include
CFLAGS+=-Wno-redundant-decls -Wno-unused-parameter
CPPFLAGS += -I../libopencm3-local -I${LWIP_PATH}/${LWIP}/src/include -Ilwip -I${LWIP_PATH}/${LWIP}/src/include/ipv4 -I${LWIP_LOCAL}/port/stm32f4x7 -I.
+
+LDLIBS+= -lm
+
fish: ${OBJS}
echo ${OBJS}
-HOST=clock-lnx
+#HOST=clock-lnx
#HOST=10.32.91.140
+HOST=tick
+HOST=10.32.96.46
reset: