mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-13 08:19:15 +00:00
Add options to disable compilation for kernel, userspace or drivers
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user