diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/boot/amd64-ci.make | 2 | ||||
| -rw-r--r-- | dev/kernel/amd64-ci.make | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/dev/boot/amd64-ci.make b/dev/boot/amd64-ci.make index 62ecb88c..42de6edf 100644 --- a/dev/boot/amd64-ci.make +++ b/dev/boot/amd64-ci.make @@ -44,9 +44,7 @@ ifneq ($(AHCI_SUPPORT), ) DISK_DRV = -D__AHCI__ endif -ifneq ($(DEBUG_SUPPORT), ) DEBUG_MACRO = -D__DEBUG__ -endif ifeq ($(shell uname), Darwin) EMU_FLAGS=-M q35 -smp 4 -m 8G \ diff --git a/dev/kernel/amd64-ci.make b/dev/kernel/amd64-ci.make index 4c76c0f3..9e881123 100644 --- a/dev/kernel/amd64-ci.make +++ b/dev/kernel/amd64-ci.make @@ -23,9 +23,7 @@ ifneq ($(AHCI_SUPPORT), ) DISK_DRV = -D__AHCI__ endif -ifneq ($(DEBUG_SUPPORT), ) DEBUG_MACRO = -D__DEBUG__ -endif COPY = cp |
