Skip to content
Snippets Groups Projects
Commit 0b1f33e2 authored by Dean Camera's avatar Dean Camera
Browse files

Move out the Mass Storage class bootloader to the main Bootloader directory...

Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional.
parent ef7b6a27
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
......@@ -19,7 +19,7 @@ F_USB = $(F_CPU)
OPTIMIZATION = s
TARGET = BootloaderMassStorage
SRC = $(TARGET).c Descriptors.c BootloaderAPI.c BootloaderAPITable.S Lib/SCSI.c Lib/VirtualFAT.c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
LUFA_PATH = ../../../LUFA
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment