Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional.

This commit is contained in:
Dean Camera 2013-03-10 09:35:43 +00:00
parent ef7b6a274c
commit 0b1f33e2a2
15 changed files with 1 additions and 1 deletions

View File

@ -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)