mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
10 lines
171 B
Makefile
10 lines
171 B
Makefile
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/puc
|
|
|
|
KMOD= puc
|
|
SRCS= puc.c puc_cfg.c puc_pci.c
|
|
SRCS+= bus_if.h device_if.h serdev_if.c serdev_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|