mirror of
https://github.com/drasko/codezero.git
synced 2026-01-16 04:43:16 +01:00
Various changes post sorting out some of the issues regarding task ordering.
test0 cannot be the first task in the list as it must have a prior physical_base.lds in order to create test_exec_linker.lds. mm0 appears to have to precede fs0 for the tests to execute on start. This should be considered a bug.
This commit is contained in:
@@ -34,7 +34,7 @@ cml2CompileRulesFile = buildDirectory + '/cml2Rules.out'
|
||||
cml2ConfigPropertiesFile = buildDirectory + '/cml2Config.out'
|
||||
cml2ConfigHeaderFile = buildDirectory + '/cml2Config.h'
|
||||
|
||||
configureHelpEntry = 'configure the build.'
|
||||
configureHelpEntry = 'configure the build. This must be done before any other action is possible.'
|
||||
|
||||
# The choice of which parts of the kernel to compile and include in the build depends on the configuration
|
||||
# which is managed using CML2. CML2 uses a base configuration file (currently #configs/arm.cml) to drive
|
||||
|
||||
Reference in New Issue
Block a user