forked from KolibriOS/kolibrios
system/board: Post-SVN clean up
- Fix ASM include paths. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
;; ;;
|
;; ;;
|
||||||
;;================================================================================================;;
|
;;================================================================================================;;
|
||||||
include 'xcf.inc'
|
include 'xcf.inc'
|
||||||
;include '../../../../../system/board/trunk/debug.inc'
|
;include '../../../../../system/board/debug.inc'
|
||||||
|
|
||||||
MAX_LAYERS = 255
|
MAX_LAYERS = 255
|
||||||
|
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
; SPDX-License-Identifier: NOASSERTION
|
||||||
|
;
|
||||||
|
|
||||||
;;===HEADER====================================================================================================================
|
;;===HEADER====================================================================================================================
|
||||||
|
|
||||||
use32
|
use32
|
||||||
@@ -11,7 +14,7 @@ include '../../proc32.inc'
|
|||||||
include '../../macros.inc'
|
include '../../macros.inc'
|
||||||
include '../../dll.inc'
|
include '../../dll.inc'
|
||||||
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
|
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
|
||||||
;include '../../system/board/trunk/debug.inc'
|
;include '../../system/board/debug.inc'
|
||||||
|
|
||||||
;;===Define_chapter============================================================================================================
|
;;===Define_chapter============================================================================================================
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user