The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=f201e3800bda6cae298098b28f8bf624d6d24200
commit f201e3800bda6cae298098b28f8bf624d6d24200 Author: Emmanuel Vadot <[email protected]> AuthorDate: 2023-03-02 08:18:03 +0000 Commit: Emmanuel Vadot <[email protected]> CommitDate: 2023-03-02 18:59:11 +0000 arm: Tag ALPINE kernel as NO_UNIVERSE Specific devices are in LINT so no need to build this one as part of make universe. Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38848 Reviewed by: imp --- sys/arm/conf/ALPINE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/arm/conf/ALPINE b/sys/arm/conf/ALPINE index a997973890de..4abcdc2c79da 100644 --- a/sys/arm/conf/ALPINE +++ b/sys/arm/conf/ALPINE @@ -17,6 +17,8 @@ # # $FreeBSD$ +#NO_UNIVERSE + ident ALPINE include "std.armv7"
