freebsd-dev/sys/modules/bytgpio/Makefile
Hiren Panchasara 005cecb30a r308942 broke kernel build.
Add acpi_if.h to module makefile to fix it.

Submitted by:	peter
2016-11-21 21:07:43 +00:00

9 lines
148 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/gpio
KMOD= bytgpio
SRCS= bytgpio.c
SRCS+= acpi_if.h device_if.h bus_if.h gpio_if.h
.include <bsd.kmod.mk>