mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
fix ./build-baremetal, default freestanding was wrongly set to True
This commit is contained in:
@@ -50,7 +50,7 @@ class PathProperties:
|
||||
'extra_objs_disable_baremetal_bootloader': False,
|
||||
# We should get rid of this if we ever properly implement dependency graphs.
|
||||
'extra_objs_lkmc_common': False,
|
||||
'freestanding': True,
|
||||
'freestanding': False,
|
||||
'gem5_unimplemented_instruction': False,
|
||||
# Fully, or partially unimplemented.
|
||||
'gem5_unimplemented_syscall': False,
|
||||
|
||||
Reference in New Issue
Block a user