mirror of
https://github.com/opnsense/src.git
synced 2026-04-11 04:16:42 -04:00
7 lines
159 B
Makefile
7 lines
159 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/gpio
|
|
KMOD= chvgpio
|
|
SRCS= chvgpio.c
|
|
SRCS+= acpi_if.h device_if.h bus_if.h gpio_if.h opt_acpi.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|