]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
ibmpc_usb: Fix Makefiles
authortmk <hasu@tmk-kbd.com>
Wed, 4 Dec 2019 23:57:41 +0000 (08:57 +0900)
committertmk <hasu@tmk-kbd.com>
Wed, 4 Dec 2019 23:57:41 +0000 (08:57 +0900)
converter/ibmpc_usb/Makefile
converter/ibmpc_usb/Makefile.at90usb1286
converter/ibmpc_usb/Makefile.atmega32u2
converter/ibmpc_usb/Makefile.atmega32u4

index 636cb324350f766ad658f32f068f6e0512681f9c..fd04541c20473ef4a9e89e83d0b27da1466681f7 100644 (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
index 9eb588aa7a4128f442eca11573af142fac5af41e..439dbff671a562f467f7bde346e3c8806ec85a54 100644 (file)
@@ -1,4 +1,4 @@
+TARGET = ibmpc_usb_at90usb1286
 MCU = at90usb1286
-BOOTLOADER_SIZE = 8192
 
 include Makefile
index 53475b3aefa50bba6f9b288f786a8ffc92436f11..83e5c3df4146424252cc366d686b6e6dbb8d36b0 100644 (file)
@@ -1,3 +1,4 @@
+TARGET = ibmpc_usb_atmega32u2
 MCU = atmega32u2
 
 include Makefile
index ba4ec74322295d1b824b2676037cf99eb8f95726..f63c989624b8d35cc15d7193b9d99cf08e804ee8 100644 (file)
@@ -1,3 +1,4 @@
+TARGET = ibmpc_usb_atmega32u4
 MCU = atmega32u4
 
 include Makefile