summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2021-11-27 13:46:43 +0100
committerIdan Horowitz <idan.horowitz@gmail.com>2021-11-28 19:26:22 +0200
commit689ad0752c5cbbf34791f2ee188f46c558d58193 (patch)
treee366791023168a3bb2a5c992a417844b72f7eeb1 /Meta
parentbb58f6ccabc0e47fd5ef4dfcc911fbc6db0e8677 (diff)
downloadserenity-689ad0752c5cbbf34791f2ee188f46c558d58193.zip
Kernel: Add AC97_DEBUG macro
Diffstat (limited to 'Meta')
-rw-r--r--Meta/CMake/all_the_debug_macros.cmake1
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)