opnsense-src/sys/modules/puc/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
197 B
Makefile
Raw Permalink Normal View History

.PATH: ${SRCTOP}/sys/dev/puc ${SRCTOP}/sys/dev/uart/
KMOD= puc
SRCS= puc.c puc_cfg.c puc_pci.c uart_bus_puc.c
SRCS+= bus_if.h device_if.h serdev_if.c serdev_if.h pci_if.h
.include <bsd.kmod.mk>