aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/amd_ecc_inject/Makefile
blob: 89b528f1cac0ae4b63afcd54721ee01eec7d122c (plain) (blame)
1
2
3
4
5
6
.PATH: ${SRCTOP}/sys/dev/amd_ecc_inject

KMOD=	amd_ecc_inject
SRCS=	ecc_inject.c bus_if.h device_if.h pci_if.h

.include <bsd.kmod.mk>