summaryrefslogtreecommitdiff
path: root/sys/modules/hythygtemp/Makefile
blob: fa680daeea4fb2396dc1ee094f5ba19dee5c3f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.2 2019/02/17 04:05:50 rin Exp $

.include "../Makefile.inc"

.PATH:	${S}/dev/i2c

KMOD=	hythygtemp
IOCONF=	hythygtemp.ioconf
SRCS=	hytp14.c

.if ${ACTIVE_CC} == "clang"
COPTS.hytp14.c+=	-Wno-missing-noreturn
.endif

.include <bsd.kmodule.mk>