linker-defs: Increase the number of kernel objects
Required to compile large samples/tests. Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
parent
43775402a9
commit
d70196ba87
2 changed files with 23 additions and 2 deletions
|
@ -111,8 +111,8 @@
|
|||
|
||||
#ifndef NUM_KERNEL_OBJECT_FILES
|
||||
#error "Expected NUM_KERNEL_OBJECT_FILES to be defined"
|
||||
#elif NUM_KERNEL_OBJECT_FILES > 19
|
||||
#error "Max supported kernel objects is 19."
|
||||
#elif NUM_KERNEL_OBJECT_FILES > 32
|
||||
#error "Max supported kernel objects is 32."
|
||||
/* TODO: Using the preprocessor to do this was a mistake. Rewrite to
|
||||
scale better. e.g. by aggregating the kernel objects into two
|
||||
archives like KBuild did.*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue