mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
8 lines
148 B
Makefile
8 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>
|