Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2021 20:27:43 GMT
From:      Marcin Wojtas <mw@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5f2fe88377b1 - main - felix: Add autogenerated files to Makefile
Message-ID:  <202108082027.178KRhaM074986@gitrepo.freebsd.org>

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

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

commit 5f2fe88377b1b1e57c392e2284e2080f13bf3427
Author:     Kornel Duleba <mindal@semihalf.com>
AuthorDate: 2021-08-05 12:07:22 +0000
Commit:     Marcin Wojtas <mw@FreeBSD.org>
CommitDate: 2021-08-08 20:27:15 +0000

    felix: Add autogenerated files to Makefile
    
    A module makefile must list all the header files it uses which are
    generated at build time from interface definitions (.m files) in its
    SRCS list.
    
    Fixes: 451bcf1b3601
    
    Reported by: ian
---
 sys/modules/felix/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/modules/felix/Makefile b/sys/modules/felix/Makefile
index 47747ffaa11e..a9eac1080c91 100644
--- a/sys/modules/felix/Makefile
+++ b/sys/modules/felix/Makefile
@@ -30,5 +30,6 @@
 
 KMOD	= felix
 SRCS	= felix.c etherswitch_if.c etherswitch_if.h
+SRCS	+= bus_if.h device_if.h miibus_if.h ofw_bus_if.h pci_if.h
 
 .include <bsd.kmod.mk>



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