r308942 broke kernel build.
Add acpi_if.h to module makefile to fix it. Submitted by: peter
This commit is contained in:
parent
2806b2933b
commit
005cecb30a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user