mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[bootloader] Compatibility with Omega 2.0
This commit is contained in:
@@ -32,13 +32,13 @@ $(eval $(call rule_for, \
|
||||
|
||||
$(eval $(call rule_for, \
|
||||
OBJCOPY, %.hex, %.elf, \
|
||||
$$(OBJCOPY) -O ihex $$< $$@, \
|
||||
$$(OBJCOPY) -R .slot_info -O ihex $$< $$@, \
|
||||
local \
|
||||
))
|
||||
|
||||
$(eval $(call rule_for, \
|
||||
OBJCOPY, %.bin, %.elf, \
|
||||
$$(OBJCOPY) -O binary $$< $$@, \
|
||||
$$(OBJCOPY) -R .slot_info -O binary $$< $$@, \
|
||||
local \
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user