Skip to content

Commit 2fbe72a

Browse files
committed
Fix the custom path firmware includes directory
1 parent 2e1b5f9 commit 2fbe72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ endif
186186
-ffunction-sections -fdata-sections \
187187
-Wl,--relax,--gc-sections \
188188
-Wl,--undefined=_mmcu,--section-start=.mmcu=0x910000 \
189-
-I../simavr/sim/avr -I../../simavr/sim/avr \
189+
-I$(SIMAVR)/sim/avr -I../simavr/sim/avr -I../../simavr/sim/avr \
190190
${^} -o ${@}
191191
@${AVR}size ${@}|sed '1d'
192192

0 commit comments

Comments
 (0)