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:29 +0000 |
commit | b40c8769f2e4fb589de2263b7d8088d0c69ae6e3 (patch) | |
tree | 22c6eacfdac15bf24efde50cee4af7d9af38698b /Config.kmk | |
parent | Releasing progress-linux version 1:0.1.9998svn3589+dfsg-1~progress7.99u1. (diff) | |
download | kbuild-b40c8769f2e4fb589de2263b7d8088d0c69ae6e3.tar.xz kbuild-b40c8769f2e4fb589de2263b7d8088d0c69ae6e3.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 # |