diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-16 12:32:15 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-16 12:32:15 +0200 |
| commit | 684197d4bcb66e94c1dbf37591ed2a984792e51d (patch) | |
| tree | c0d086f05f3b59f847c7be1d06cde71e411f1da0 /Kernel/makefile | |
| parent | 84aea90cff9952dbafcf147b7741c1985622a8d2 (diff) | |
MHR-31: Add ARM64 executable type for newoskrnl's PEF implementation.
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.com>
Diffstat (limited to 'Kernel/makefile')
| -rw-r--r-- | Kernel/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/makefile b/Kernel/makefile index 16a36013..1f749323 100644 --- a/Kernel/makefile +++ b/Kernel/makefile @@ -25,7 +25,7 @@ ifneq ($(AHCI_SUPPORT), ) DISKDRIVER = -D__AHCI__ endif -ifeq ($(RELEASE_SUPPORT), ) +ifneq ($(DEBUG_SUPPORT), ) DEBUG = -D__DEBUG__ endif |
