The branch main has been updated by manu:

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

commit 0fed8288c3fd75a57e3fd4649cded9eac07a6758
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2023-03-02 08:26:54 +0000
Commit:     Emmanuel Vadot <[email protected]>
CommitDate: 2023-03-02 18:59:28 +0000

    arm: Tag VHYBRID kernel as NO_UNIVERSE
    
    All drivers are already either in GENERIC or in the other arches LINT
    so no need to build this one too.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    Differential Revision:  https://reviews.freebsd.org/D38851
---
 sys/arm/conf/VYBRID | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/arm/conf/VYBRID b/sys/arm/conf/VYBRID
index b702b3f0f1fd..2ce765ec483b 100644
--- a/sys/arm/conf/VYBRID
+++ b/sys/arm/conf/VYBRID
@@ -18,6 +18,8 @@
 #
 # $FreeBSD$
 
+#NO_UNIVERSE
+
 ident          VYBRID
 include        "std.armv7"
 include        "../freescale/vybrid/std.vybrid"

Reply via email to