summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
authorroot <root@lab.ourano.james.local>2021-02-25 19:12:38 +0000
committerroot <root@lab.ourano.james.local>2021-02-25 19:12:38 +0000
commit6d3a824e1cdae6e28146b7de380724b49488f3c2 (patch)
treeb8865608c9749e4251b316b74484b5151f2e683b /app/Makefile
parent0548136a4c886830414fb575d9d0daa7f1a7d170 (diff)
downloadclock-6d3a824e1cdae6e28146b7de380724b49488f3c2.tar.gz
clock-6d3a824e1cdae6e28146b7de380724b49488f3c2.tar.bz2
clock-6d3a824e1cdae6e28146b7de380724b49488f3c2.zip
tim
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: