Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2023 18:59:46 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f201e3800bda - main - arm: Tag ALPINE kernel as NO_UNIVERSE
Message-ID:  <202303021859.322IxkU3000962@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=f201e3800bda6cae298098b28f8bf624d6d24200

commit f201e3800bda6cae298098b28f8bf624d6d24200
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-03-02 08:18:03 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303021859.322IxkU3000962>