Add options to disable compilation for kernel, userspace or drivers

This commit is contained in:
Alex
2023-03-29 03:36:56 +03:00
parent dbee38f2ed
commit 61587abc9e
2 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,10 @@ KERNEL_VERSION = pre-alpha-0.0.0.1
# - grub - GRUB
BOOTLOADER=limine
BUILD_KERNEL = 1
BUILD_USERSPACE = 1
BUILD_DRIVERS = 1
# The path of the cross-compiler.
COMPILER_PATH = tools/cross/bin