summaryrefslogtreecommitdiff
path: root/sys/modules/amdzentemp/Makefile
blob: 90a9cc5b0d9579578fba0dfea1c797d4523aa99a (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: Makefile,v 1.2 2019/02/17 04:05:43 rin Exp $

.include "../Makefile.inc"

.PATH:	${S}/arch/x86/pci

KMOD=	amdzentemp
IOCONF=	amdzentemp.ioconf
SRCS=	amdzentemp.c

.include <bsd.kmodule.mk>