From ae0195ab312388deb8466816375addc155eadad9 Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Sat, 18 Feb 2023 18:44:57 +0000 Subject: add code for fetching epheredies and ublox assit data --- app/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/Makefile') diff --git a/app/Makefile b/app/Makefile index fddc03b..78f0d9b 100644 --- a/app/Makefile +++ b/app/Makefile @@ -31,7 +31,7 @@ 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 cdcacm.c usb.c dfu.c adc.c dummy_kb.c ref.c \ - ptp.c display.c httpd.c alarm.c meteotime.c + ptp.c display.c httpd.c alarm.c meteotime.c ephemeris.c HSRCS= events.h gps.h project.h ring.h steth.h time_fn.h ubx.h @@ -100,9 +100,9 @@ LDLIBS+= -lm fish: ${OBJS} echo ${OBJS} -#HOST=clock-lnx +HOST=clock-lnx #HOST=10.32.91.140 -HOST=tick +#HOST=tick reset: @@ -148,7 +148,7 @@ debugfl: ${PROG}.elf protos: ${CSRCS} echo -n > prototypes.h - ${CPROTO} -E "${CPP} $(CPPFLAGS)" -e -v ${CSRCS} > prototypes.h.tmp + ${CPROTO} -E "${CPP} ${CPPFLAGS}" -D_Noreturn= -e -v ${CSRCS} > prototypes.h.tmp mv -f prototypes.h.tmp prototypes.h almanac.txt: -- cgit v1.2.3