Commit e2bc521f authored by Ben Avison's avatar Ben Avison Committed by ROOL
Browse files

Cross-compilable

Detail:
* Makefile: get directory separator and header extension from shared makefiles
* Escape $ in quoted string
* Enable GitLab CI

Version 1.19. Not tagged
Pipeline #18388 passed with stages
in 11 seconds
/aif/
/gpa/
/o/
/objs/
/Makefile.d
/rm/
include:
- project: 'Support/CI'
file: '/SCSIDriver.yml'
......@@ -19,15 +19,14 @@ COMPONENT ?= SCSIDriver
HEADER1 = SCSI
HEADER2 = SCSIErr
ASMCHEADER1 = SCSIErr
EXPORTS = ${C_EXP_HDR}.${ASMCHEADER1}
ROM_SOURCE = s.${COMPONENT}
EXPORTS = ${C_EXP_HDR}${SEP}${ASMCHEADER1}${SUFFIX_HEADER}
ROM_SOURCE = ${COMPONENT}.s
RESOURCES = no
ifeq (${TARGET},SCSISoftWD33C93)
ASFLAGS = -pd "soft SETL {TRUE}"
endif
include StdTools
include AAsmModule
# Dynamic dependencies:
*
!.gitignore
......@@ -421,7 +421,7 @@ LenTextCapacityUnknown EQU (.-TextCapacityUnknown)
ALIGN
AliasFrom DCB "Alias$Devices", 0
AliasFrom DCB "Alias$$Devices", 0
AliasTo DCB "%SCSIDevices"
ALIGN
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment