diff options
Diffstat (limited to 'Meta/CMake')
-rw-r--r-- | Meta/CMake/all_the_debug_macros.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index dc377d61f5..0377c69045 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -13,6 +13,7 @@ set(PAGE_FAULT_DEBUG ON) set(CONTEXT_SWITCH_DEBUG ON) set(SMP_DEBUG ON) set(BXVGA_DEBUG ON) +set(FRAMEBUFFER_DEVICE_DEBUG ON) set(PS2MOUSE_DEBUG ON) set(MOUSE_DEBUG ON) set(VMWARE_BACKDOOR_DEBUG ON) |