You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
314 B
16 lines
314 B
#
|
|
# set the flags necessary to build debug enabled boot loaders
|
|
#
|
|
|
|
#
|
|
# the ; is a temporary hack to make this compile until is made
|
|
# clear how to make the ##'s not get translated into CR's
|
|
#
|
|
|
|
ENABLE_LOADER_DEBUG=debugport=com1;debugbaudrate=115200
|
|
|
|
#
|
|
#
|
|
#
|
|
|
|
!include $(PROJECT_ROOT)\boot\loader.inc
|