summaryrefslogtreecommitdiffstats
path: root/sys/modules/bytgpio
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2017-03-02 22:42:59 +0000
committergonzo <gonzo@FreeBSD.org>2017-03-02 22:42:59 +0000
commite80ebe3963280798bf09421ffe774092ea3963e2 (patch)
tree039e333885d90fbfd47de143816506d54c70c26f /sys/modules/bytgpio
parent51445a608e9a0416fa734fcfa46d0f370e6d4f4e (diff)
downloadFreeBSD-src-e80ebe3963280798bf09421ffe774092ea3963e2.zip
FreeBSD-src-e80ebe3963280798bf09421ffe774092ea3963e2.tar.gz
MFC r314535:
[intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD set Add opt_platform.h and opt_acpi.h to the dependencies so modules can be built as a part of buildworld when MODULES_WITH_WORLD is set Reported by: Andre Albsmeier (for 11-stable)
Diffstat (limited to 'sys/modules/bytgpio')
-rw-r--r--sys/modules/bytgpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/bytgpio/Makefile b/sys/modules/bytgpio/Makefile
index db06e4af..069241e 100644
--- a/sys/modules/bytgpio/Makefile
+++ b/sys/modules/bytgpio/Makefile
@@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/gpio
KMOD= bytgpio
SRCS= bytgpio.c
-SRCS+= acpi_if.h device_if.h bus_if.h gpio_if.h
+SRCS+= acpi_if.h device_if.h bus_if.h gpio_if.h opt_acpi.h opt_platform.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud