Home | History | Annotate | Line # | Download | only in hythygtemp
Makefile revision 1.1.34.1
      1  1.1.34.1  christos # $NetBSD: Makefile,v 1.1.34.1 2019/06/10 22:09:26 christos Exp $
      2       1.1    kardel 
      3       1.1    kardel .include "../Makefile.inc"
      4       1.1    kardel 
      5       1.1    kardel .PATH:	${S}/dev/i2c
      6       1.1    kardel 
      7       1.1    kardel KMOD=	hythygtemp
      8       1.1    kardel IOCONF=	hythygtemp.ioconf
      9       1.1    kardel SRCS=	hytp14.c
     10       1.1    kardel 
     11  1.1.34.1  christos .if ${ACTIVE_CC} == "clang"
     12  1.1.34.1  christos COPTS.hytp14.c+=	-Wno-missing-noreturn
     13  1.1.34.1  christos .endif
     14  1.1.34.1  christos 
     15       1.1    kardel .include <bsd.kmodule.mk>
     16