diff options
author | fauxpark <fauxpark@gmail.com> | 2019-09-10 23:49:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 23:49:24 +1000 |
commit | 4f66a7a3258bae4d2a859529a719bb5142506346 (patch) | |
tree | a26927541c77349244d2bc043f7795eb41f2e068 /Bootloaders/Printer/makefile | |
parent | ce10f7642b0459e409839b23cc91498945119b4d (diff) | |
parent | 0dfd13588686bb5e3da0eab99b2426261c3b4d14 (diff) | |
download | lufa-4f66a7a3258bae4d2a859529a719bb5142506346.tar.gz lufa-4f66a7a3258bae4d2a859529a719bb5142506346.tar.bz2 lufa-4f66a7a3258bae4d2a859529a719bb5142506346.zip |
Merge pull request #4 from drashna/update_master
Update master
Diffstat (limited to 'Bootloaders/Printer/makefile')
-rw-r--r-- | Bootloaders/Printer/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bootloaders/Printer/makefile b/Bootloaders/Printer/makefile index 9fa9e1d18..48893ad98 100644 --- a/Bootloaders/Printer/makefile +++ b/Bootloaders/Printer/makefile @@ -22,6 +22,7 @@ SRC = $(TARGET).c Descriptors.c BootloaderAPI.c BootloaderAPITable.S $( LUFA_PATH = ../../LUFA CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/ -DBOOT_START_ADDR=$(BOOT_START_OFFSET) LD_FLAGS = -Wl,--section-start=.text=$(BOOT_START_OFFSET) $(BOOT_API_LD_FLAGS) +LTO = Y # Flash size and bootloader section sizes of the target, in KB. These must # match the target's total FLASH size and the bootloader size set in the |