Home | History | Annotate | Line # | Download | only in spi
Makefile revision 1.2
      1  1.2  thorpej # $NetBSD: Makefile,v 1.2 2025/09/14 00:28:44 thorpej Exp $
      2  1.1  mlelstv 
      3  1.1  mlelstv INCSDIR= /usr/include/dev/spi
      4  1.1  mlelstv INCS=   spi_io.h
      5  1.1  mlelstv 
      6  1.2  thorpej spi_calls.h: ${.CURDIR}/spi_calls
      7  1.2  thorpej 	echo "${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \
      8  1.2  thorpej 	    ${.CURDIR}/spi_calls > ${.CURDIR}/spi_calls.h"
      9  1.2  thorpej 	${TOOL_AWK} -f ${.CURDIR}/../../kern/gendevcalls.awk \
     10  1.2  thorpej 	    ${.CURDIR}/spi_calls > ${.CURDIR}/spi_calls.h
     11  1.2  thorpej 
     12  1.1  mlelstv .include <bsd.kinc.mk>
     13