r308942 broke kernel build.

Add acpi_if.h to module makefile to fix it.

Submitted by:	peter
This commit is contained in:
hiren 2016-11-21 21:07:43 +00:00
parent af48af4877
commit 050044fcf4

View File

@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/gpio
KMOD= bytgpio
SRCS= bytgpio.c
SRCS+= device_if.h bus_if.h gpio_if.h
SRCS+= acpi_if.h device_if.h bus_if.h gpio_if.h
.include <bsd.kmod.mk>