diff options
author | Mattias Andrée <maandree@kth.se> | 2023-12-05 00:03:04 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-12-05 00:03:04 +0100 |
commit | 58dd684c4e86944301959a140dbed9746df35779 (patch) | |
tree | a2702ea4f66b2a58711ee22eb7449c74b1ecf0d1 /linux/linux-support.mk | |
parent | First commit (diff) | |
download | libsyscalls-58dd684c4e86944301959a140dbed9746df35779.tar.gz libsyscalls-58dd684c4e86944301959a140dbed9746df35779.tar.bz2 libsyscalls-58dd684c4e86944301959a140dbed9746df35779.tar.xz |
Second commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | linux/linux-support.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/linux-support.mk b/linux/linux-support.mk index 5efeafe..d596922 100644 --- a/linux/linux-support.mk +++ b/linux/linux-support.mk @@ -1,3 +1,5 @@ +# See LICENSE file for copyright and license details. + LINUX_VERSION = 6.6 # Changing this number can potentially break the build, # silently or violently, so make sure everything still @@ -35,6 +37,8 @@ NPARAMS += 8 SUPPORTED_LINUX_ARCHES != printf '%s\n' $(SUPPORTED_LINUX_ARCHES) $(SUPPORTED_ARCHES) | sort | uniq -d +TEST_ENV += SUPPORTED_LINUX_ARCHES="$(SUPPORTED_LINUX_ARCHES)" + include linux/download.mk include linux/errors.mk |