diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 07:34:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 07:34:16 +0000 |
commit | 5dcc47be540f3a6de2744025e47f33ecf4f27f12 (patch) | |
tree | 5783baf72619d0374141e9fd0a6de32db7d1ac13 /Config.kmk | |
parent | Adding debian version 1:0.1.9998svn3589+dfsg-1. (diff) | |
download | kbuild-5dcc47be540f3a6de2744025e47f33ecf4f27f12.tar.xz kbuild-5dcc47be540f3a6de2744025e47f33ecf4f27f12.zip |
Merging upstream version 1:0.1.9998svn3604+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | Config.kmk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $Id: Config.kmk 3572 2022-10-24 08:36:35Z bird $ +# $Id: Config.kmk 3600 2023-10-19 14:26:27Z bird $ ## @file # Build Configuration. # @@ -145,6 +145,7 @@ DEFS.win += KBUILD_OS_WINDOWS DEFS.x86 += KBUILD_ARCH_X86 DEFS.amd64 += KBUILD_ARCH_AMD64 +DEFS.arm64 += KBUILD_ARCH_ARM64 # |