mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 07:41:02 -04:00
8 lines
162 B
Makefile
8 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/amdsbwd
|
|
KMOD = amdsbwd
|
|
SRCS = amdsbwd.c
|
|
SRCS += device_if.h bus_if.h pci_if.h isa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|