Merge dhcpcd-8.0.4 from branch 'vendor/DHCPCD'
[dragonfly.git] / sys / bus / gpio / gpio_acpi / Makefile
1 KMOD= gpio_acpi
2
3 SRCS= gpio_acpi.c gpio_if.c
4 SRCS+= bus_if.h device_if.h opt_acpi.h acpi_if.h gpio_if.h
5
6 .include <bsd.kmod.mk>
7
8 .include "${SYSDIR}/dev/acpica/Makefile.inc"