diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-11-27 13:46:43 +0100 |
---|---|---|
committer | Idan Horowitz <idan.horowitz@gmail.com> | 2021-11-28 19:26:22 +0200 |
commit | 689ad0752c5cbbf34791f2ee188f46c558d58193 (patch) | |
tree | e366791023168a3bb2a5c992a417844b72f7eeb1 /Meta/CMake | |
parent | bb58f6ccabc0e47fd5ef4dfcc911fbc6db0e8677 (diff) | |
download | serenity-689ad0752c5cbbf34791f2ee188f46c558d58193.zip |
Kernel: Add AC97_DEBUG macro
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 10350ef254..999d02e032 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -1,3 +1,4 @@ +set(AC97_DEBUG ON) set(ACPI_DEBUG ON) set(AHCI_DEBUG ON) set(APIC_DEBUG ON) |