Fix bootloader-jump compiling.
This commit is contained in:
parent
9cc281b4ef
commit
5248511209
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ CPPWARN = -Wall -Wextra -Wundef
|
||||||
UDEFS = $(OPT_DEFS)
|
UDEFS = $(OPT_DEFS)
|
||||||
|
|
||||||
# Define ASM defines here
|
# Define ASM defines here
|
||||||
UADEFS =
|
UADEFS = $(OPT_DEFS)
|
||||||
|
|
||||||
# List all user directories here
|
# List all user directories here
|
||||||
UINCDIR =
|
UINCDIR =
|
||||||
|
|
Reference in a new issue