mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
Obtained from: Semihalf Sponsored by: Stormshield Differential revision: https://reviews.freebsd.org/D31269
7 lines
165 B
Makefile
7 lines
165 B
Makefile
.PATH: ${.CURDIR}/../../dev/p2sb
|
|
|
|
KMOD= p2sb
|
|
SRCS= p2sb.c lewisburg_gpio.c lewisburg_gpiocm.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h gpio_if.h
|
|
|
|
.include <bsd.kmod.mk>
|