ibmpc_usb: Fix Makefiles

This commit is contained in:
tmk 2019-12-05 08:57:41 +09:00
parent 4b44e106b3
commit 5a759850ff
4 changed files with 6 additions and 3 deletions

View file

@ -63,8 +63,9 @@ OPT_DEFS += -DSUSPEND_MODE_STANDBY
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
BOOTLOADER_SIZE ?= 4096
OPT_DEFS += -DBOOTLOADER_SIZE=$(BOOTLOADER_SIZE)
# Bootloader size can be calculated from fuse bits
#BOOTLOADER_SIZE ?= 4096
#OPT_DEFS += -DBOOTLOADER_SIZE=$(BOOTLOADER_SIZE)
# Build Options