uml: exclude some /arch/x86 optimizations
authorChristian Lamparter <chunkeey@gmail.com>
Sun, 21 May 2023 17:05:03 +0000 (19:05 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 24 May 2023 18:25:44 +0000 (19:25 +0100)
commit7613efde8eaa17a21d4b24d8691d981673513536
treec74446fe091ee1dcac2060490de85e6a631dac45
parente22fba1694376fd1396fe7a7aaedb1273c66f094
uml: exclude some /arch/x86 optimizations

The x86_64 UML target wants to include SSSE3 optimized
crypto code which lives under /arch/x86/crypto.

However, these are not built and this causes an error.
| ERROR: module '[...]/arch/x86/crypto/sha512-ssse3.ko' is missing.
| make[3]: *** [modules/crypto.mk:990: [...]/kmod-crypto-sha512_5.15.112-1_x86_64.ipk] Error 1

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(cherry picked from commit 959563fb813890e478bf0a51523cd84d54b9af91)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/kernel/linux/modules/crypto.mk