mirror of
https://github.com/elliotnunn/powermac-rom.git
synced 2024-11-19 05:30:47 +00:00
22 lines
619 B
Plaintext
22 lines
619 B
Plaintext
# I expect these variables to be set already:
|
|
# NKDir, NKIncDir, NKBin
|
|
|
|
NKFiles = ¶
|
|
{NKDir}NanoKernel.s ¶
|
|
{NKDir}NKStructs.s ¶
|
|
{NKDir}NKEquates.s ¶
|
|
{NKDir}NKMacros.s ¶
|
|
{NKDir}NKInit.s ¶
|
|
{NKDir}NKSystemCrash.s ¶
|
|
{NKDir}NKIntHandlers.s ¶
|
|
{NKDir}NKMemory.s ¶
|
|
{NKDir}NKExceptions.s ¶
|
|
{NKDir}NKFloatingPt.s ¶
|
|
{NKDir}NKSoftInt.s ¶
|
|
{NKDir}NKReset.s ¶
|
|
{NKDir}NKLegacyVM.s ¶
|
|
|
|
# We get warning 3202 from ALIGN directives -- kill it
|
|
{NKBin} Ä {NKDir}NanoKernel.s {NKFiles}
|
|
PPCAsm -o {Targ} -w 3202 -i {NKIncDir} -i "{AIncludes}" {NKDir}NanoKernel.s
|