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