X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelelco-v3.0%2FMakefile;h=cc17a2219b723f5245f80e66cd3789dc3991b838;hb=a724a6b223229f8640740874523aee394350e9c6;hp=d091b57b4134c3e606223ac1f55596d3e85fcb34;hpb=edbe6cca1e6b68bcc90064cd70529a9f9b0f9632;p=fw%2Faltos diff --git a/src/telelco-v3.0/Makefile b/src/telelco-v3.0/Makefile index d091b57b..cc17a221 100644 --- a/src/telelco-v3.0/Makefile +++ b/src/telelco-v3.0/Makefile @@ -3,6 +3,8 @@ # # +STM32F1_LINKER_SCRIPT=altos-128.ld + include ../stm32f1/Makefile.defs INC = \ @@ -15,7 +17,6 @@ INC = \ ao_sample.h \ ao_pins.h \ ao_product.h \ - ao_seven_segment.h \ ao_lco.h \ ao_lco_cmd.h \ ao_lco_func.h \ @@ -23,6 +24,7 @@ INC = \ ao_radio_cmac.h \ ao_cc1200_CC1200.h \ ao_cc1200.h \ + ao_st7565.h \ ao_font.h \ ao_logo.h \ stm32f1.h @@ -46,11 +48,13 @@ ALTOS_SRC = \ ao_timer.c \ ao_mutex.c \ ao_freq.c \ + ao_adc_single_stm.c \ ao_dma_stm.c \ ao_spi_stm.c \ ao_beep_stm.c \ ao_convert_volt.c \ ao_fast_timer.c \ + ao_pwm_stm.c \ ao_eeprom.c \ ao_flash_stm.c \ ao_usb_stm.c \ @@ -62,6 +66,7 @@ ALTOS_SRC = \ ao_st7565.c \ ao_rect.c \ ao_text.c \ + ao_text_width.c \ ao_box.c \ ao_copy.c \ ao_blt.c \ @@ -97,7 +102,7 @@ OBJ=$(SRC:.c=.o) all: $(PROG) $(HEX) -$(PROG): Makefile $(OBJ) altos.ld +$(PROG): Makefile $(OBJ) altos-128.ld $(call quiet,CC) $(LDFLAGS) -o $(PROG) $(OBJ) $(LIBS) $(OBJ): $(INC)