mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] Fix .bin rule
This commit is contained in:
@@ -20,7 +20,7 @@ $(eval $(call rule_for, \
|
||||
#TODO: We over-pad here, pad with the the needed amount of bytes only.
|
||||
$(eval $(call rule_for, \
|
||||
OBJCOPY, %.bin, %.$$(EXE), \
|
||||
$$(OBJCOPY) -O ihex $$< $$@ && printf "\xFF\xFF\xFF\xFF" >> $$@, \
|
||||
$$(OBJCOPY) -O binary $$< $$@ && printf "\xFF\xFF\xFF\xFF" >> $$@, \
|
||||
with_local_version \
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user