feat: rewrite existing feature flags
This commit is contained in:
@@ -27,10 +27,10 @@ add_compile_definitions(__kernel__)
|
||||
|
||||
# Run IDE in DMA mode if available (NYI)
|
||||
#add_compile_definitions(IDE_ENABLE_INTERRUPT)
|
||||
# Run the kernel shell as the main task
|
||||
add_compile_definitions(ENABLE_SELF_TEST) # Support for pretty printing pci class/subclass/interface
|
||||
# Kernel Command Line features
|
||||
add_compile_definitions(ENABLE_K_SHELL) # Run the kernel shell as the main task
|
||||
add_compile_definitions(ENABLE_SELF_TEST) # Compile in self test kernel CLI command
|
||||
add_compile_definitions(ENABLE_PCIPP) # Support for pretty printing pci class/subclass/interface
|
||||
add_compile_definitions(K_SHELL)
|
||||
|
||||
# find libgcc.a
|
||||
add_library(libgcc STATIC IMPORTED)
|
||||
|
||||
Reference in New Issue
Block a user