From 6d3a824e1cdae6e28146b7de380724b49488f3c2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 Feb 2021 19:12:38 +0000 Subject: tim --- app/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app/Makefile') 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: -- cgit v1.2.3