We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make -C /usr/src/linux M= modules make[1]: Entering directory '/usr/lib/modules/6.8.9-arch1-2/build' SYNC include/config/auto.conf HOSTLD scripts/kconfig/conf crypto/Kconfig:1486: can't open file "arch/arm/crypto/Kconfig" make[4]: *** [scripts/kconfig/Makefile:85: syncconfig] Error 1 make[3]: *** [Makefile:689: syncconfig] Error 2 make[2]: *** [/usr/lib/modules/6.8.9-arch1-2/build/Makefile:790: include/config/auto.conf] Error 2 make[2]: *** [include/config/auto.conf] Deleting file 'include/generated/rustc_cfg' make[2]: *** [include/config/auto.conf] Deleting file 'include/generated/autoconf.h' make[1]: *** [Makefile:240: __sub-make] Error 2 make[1]: Leaving directory '/usr/lib/modules/6.8.9-arch1-2/build' make: *** [Makefile:7: all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
make -C /usr/src/linux M= modules
make[1]: Entering directory '/usr/lib/modules/6.8.9-arch1-2/build'
SYNC include/config/auto.conf
HOSTLD scripts/kconfig/conf
crypto/Kconfig:1486: can't open file "arch/arm/crypto/Kconfig"
make[4]: *** [scripts/kconfig/Makefile:85: syncconfig] Error 1
make[3]: *** [Makefile:689: syncconfig] Error 2
make[2]: *** [/usr/lib/modules/6.8.9-arch1-2/build/Makefile:790: include/config/auto.conf] Error 2
make[2]: *** [include/config/auto.conf] Deleting file 'include/generated/rustc_cfg'
make[2]: *** [include/config/auto.conf] Deleting file 'include/generated/autoconf.h'
make[1]: *** [Makefile:240: __sub-make] Error 2
make[1]: Leaving directory '/usr/lib/modules/6.8.9-arch1-2/build'
make: *** [Makefile:7: all] Error 2
The text was updated successfully, but these errors were encountered: