summaryrefslogtreecommitdiff
path: root/AK/Debug.h.in
diff options
context:
space:
mode:
authorSamuel Bowman <sam@sambowman.tech>2022-03-01 19:42:06 -0500
committerLinus Groh <mail@linusgroh.de>2022-07-21 20:13:44 +0100
commit1a6ef03e4a360d9497ef0babbb38c7c7cb1df0e0 (patch)
tree006b28bac47763166cc67be3d636bae5ea68879f /AK/Debug.h.in
parent940dde99473ec756cc78dc3ef9cea6fb1d651b6c (diff)
downloadserenity-1a6ef03e4a360d9497ef0babbb38c7c7cb1df0e0.zip
Kernel+LibPartition: Move MBRPartitionTable into LibPartition
Diffstat (limited to 'AK/Debug.h.in')
-rw-r--r--AK/Debug.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in
index ff5416e4e0..dfaaf8a234 100644
--- a/AK/Debug.h.in
+++ b/AK/Debug.h.in
@@ -286,6 +286,10 @@
#cmakedefine01 MATROSKA_TRACE_DEBUG
#endif
+#ifndef MBR_DEBUG
+#cmakedefine01 MBR_DEBUG
+#endif
+
#ifndef MEMORY_DEBUG
#cmakedefine01 MEMORY_DEBUG
#endif