Home | History | Annotate | Line # | Download | only in i2c
      1  1.5  thorpej # $NetBSD: Makefile,v 1.5 2025/09/21 17:54:16 thorpej Exp $
      2  1.1      cgd 
      3  1.1      cgd INCSDIR= /usr/include/dev/i2c
      4  1.4     brad INCS=	emcfanreg.h emcfaninfo.h i2c_io.h
      5  1.1      cgd 
      6  1.5  thorpej i2c_calls.h: ${.CURDIR}/i2c_calls
      7  1.5  thorpej 	echo "${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \
      8  1.5  thorpej 	    ${.CURDIR}/i2c_calls > ${.CURDIR}/i2c_calls.h"
      9  1.5  thorpej 	${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \
     10  1.5  thorpej 	    ${.CURDIR}/i2c_calls > ${.CURDIR}/i2c_calls.h
     11  1.5  thorpej 
     12  1.1      cgd .include <bsd.kinc.mk>
     13