freebsd-dev/sys/modules/amdsbwd/Makefile
Ian Lepore 5e71fdc20d Add missing generated header file.
Reported by:	Julian H. Stacey <jhs@berklix.com>
2018-07-09 14:18:03 +00:00

9 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>