git: 1d8c9d3c0c55 - main - modules: p2sb: need opt_platform.h

Kyle Evans kevans at FreeBSD.org
Thu Sep 30 04:10:55 UTC 2021


The branch main has been updated by kevans:

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

commit 1d8c9d3c0c5574d4da868d37db4c32d833a7a59c
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-09-30 04:04:52 +0000
Commit:     Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-09-30 04:09:45 +0000

    modules: p2sb: need opt_platform.h
    
    This fixes the standalone build.
---
 sys/modules/p2sb/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/p2sb/Makefile b/sys/modules/p2sb/Makefile
index 8f4d604f73d5..8dc643240d27 100644
--- a/sys/modules/p2sb/Makefile
+++ b/sys/modules/p2sb/Makefile
@@ -2,6 +2,6 @@
 
 KMOD= p2sb
 SRCS= p2sb.c lewisburg_gpio.c lewisburg_gpiocm.c
-SRCS+=	device_if.h bus_if.h pci_if.h gpio_if.h
+SRCS+=	device_if.h bus_if.h pci_if.h gpio_if.h opt_platform.h
 
 .include <bsd.kmod.mk>


More information about the dev-commits-src-all mailing list