X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Ftelefireone-v2.0%2FMakefile;h=af273a5d8046907e05219b9a4a355b200bec2fdc;hp=b7cc4a88523b93f3e63dab4da25a6be62085ee14;hb=2c19d410f9d6ff1075ea2de0c0ad7b6a84e1e378;hpb=654a23168f59d04d7e9cad657bebf8ecfdd8e41e diff --git a/src/telefireone-v2.0/Makefile b/src/telefireone-v2.0/Makefile index b7cc4a88..af273a5d 100644 --- a/src/telefireone-v2.0/Makefile +++ b/src/telefireone-v2.0/Makefile @@ -55,7 +55,8 @@ ALTOS_SRC = \ ao_radio_cmac_cmd.c \ ao_log.c \ ao_log_fireone.c \ - ao_ads124s0x.c + ao_ads124s0x.c \ + ao_max6691.c PRODUCT_SRC = \ ao_telefireone.c @@ -64,6 +65,10 @@ PRODUCT=TeleFireOne-v2.0 PRODUCT_DEF=-DTELEFIREONE_V_2_0 IDPRODUCT=0x000f +# Include floating-point enabled printf + +NEWLIB_PRINTF_CFLAGS = + CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) $(PROFILE_DEF) PROGNAME = telefireone-v2.0 @@ -83,7 +88,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: