From 97f18142f2dcab4d45377ebbaf4cf613c4de1b44 Mon Sep 17 00:00:00 2001 From: maxxir Date: Mon, 4 Feb 2019 21:56:21 +0400 Subject: [PATCH] Change target hex name for [bootloader_zevero_sd_m1284p_make] --- bootloader_zevero_sd_m1284p_make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader_zevero_sd_m1284p_make/Makefile b/bootloader_zevero_sd_m1284p_make/Makefile index 1d11c93..4b51a6a 100644 --- a/bootloader_zevero_sd_m1284p_make/Makefile +++ b/bootloader_zevero_sd_m1284p_make/Makefile @@ -18,7 +18,7 @@ else CSRC = main.c pff/src/pff.c diskio.c uart/uart.c endif -TARGET = avr_boot +TARGET = bootloader_zevero_sd_m1284p ASRC = asmfunc.S OPTIMIZE = -Os -mcall-prologues -ffunction-sections -fdata-sections DEFS = -DBOOT_ADR=$(BOOT_ADR) -DF_CPU=$(F_CPU) -DUSE_LED=$(USE_LED) -DUSE_UART=$(USE_UART) -DSD_CS_PORT=$(SD_CS_PORT) -DSD_CS_DDR=$(SD_CS_DDR) -DSD_CS_BIT=$(SD_CS_BIT)