Home | History | Annotate | Line # | Download | only in hythygtemp
      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 
      7 KMOD=	hythygtemp
      8 IOCONF=	hythygtemp.ioconf
      9 SRCS=	hytp14.c
     10 
     11 .if ${ACTIVE_CC} == "clang"
     12 COPTS.hytp14.c+=	-Wno-missing-noreturn
     13 .endif
     14 
     15 .include <bsd.kmodule.mk>
     16