We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9babf44 commit 1788db4Copy full SHA for 1788db4
2 files changed
Makefile
@@ -58,7 +58,7 @@ endif
58
all: $(TARGET).rom
59
60
clean:
61
- @-rm -f -v *.o *.ld *.layout *.out *.bin _jmptest $(MEMLAYOUT)
+ @-rm -f -v *.o *.ld *.layout *.out *.bin $(MEMLAYOUT)
62
63
# Common flash sizes. Note that we can't use $@ in the target-specific variable
64
# line as ROM_SIZE would be evaluated to the target at hand when reused.
bios.S
@@ -171,7 +171,6 @@ AMD_SB_PM_DATA = 0xCD7
171
# Fixes a binutil/ld bug where the address if off by 2 on cross section jumps
172
.macro JMP_XS addr
173
.if JMP_WORKAROUND
174
-.print "using JMP workaround"
175
jmp \addr + 2
176
.else
177
jmp \addr
0 commit comments