From 1d8c9d3c0c5574d4da868d37db4c32d833a7a59c Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Wed, 29 Sep 2021 23:04:52 -0500 Subject: [PATCH] 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