mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
8 lines
154 B
Makefile
8 lines
154 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/ntb/ntb_hw
|
|
|
|
KMOD = ntb_hw_amd
|
|
SRCS = ntb_hw_amd.c
|
|
SRCS += device_if.h bus_if.h pci_if.h ntb_if.h
|
|
|
|
.include <bsd.kmod.mk>
|