The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=1d8c9d3c0c5574d4da868d37db4c32d833a7a59c
commit 1d8c9d3c0c5574d4da868d37db4c32d833a7a59c Author: Kyle Evans <[email protected]> AuthorDate: 2021-09-30 04:04:52 +0000 Commit: Kyle Evans <[email protected]> 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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
