HAL_ChibiOS: use relative path for common.ld

this avoids a path length issue under cygwin
This commit is contained in:
Andrew Tridgell 2018-03-02 16:27:20 +11:00
parent 5d627ae2bc
commit 08634903c8

View File

@ -362,7 +362,7 @@ MEMORY
ram0 : org = 0x20000000, len = %uk
}
INCLUDE common.ld
INCLUDE ../../libraries/AP_HAL_ChibiOS/hwdef/common/common.ld
''' % (flash_base, flash_length, ram_size))