xref: /netbsd-src/sys/modules/hythygtemp/Makefile (revision 70f7362772ba52b749c976fb5e86e39a8b2c9afc)
1# $NetBSD: Makefile,v 1.2 2019/02/17 04:05:50 rin Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/dev/i2c
6
7KMOD=	hythygtemp
8IOCONF=	hythygtemp.ioconf
9SRCS=	hytp14.c
10
11.if ${ACTIVE_CC} == "clang"
12COPTS.hytp14.c+=	-Wno-missing-noreturn
13.endif
14
15.include <bsd.kmodule.mk>
16