mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
8 lines
173 B
Makefile
8 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/amdsbwd
|
|
KMOD = amdsbwd
|
|
SRCS = amdsbwd.c
|
|
SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_amdsbwd.h
|
|
|
|
.include <bsd.kmod.mk>
|