summaryrefslogtreecommitdiff
path: root/sys/modules/hdaudio/Makefile
blob: 95a6e20d46b92748b78a1be1851aed0a489787eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.7 2019/02/17 04:05:50 rin Exp $

# This file is used by modules and rump kernels

.include "../Makefile.inc"
.include "${.CURDIR}/Makefile.inc"

KMOD=	hdaudio

WARNS=	3

.include <bsd.kmodule.mk>