1# $NetBSD: Makefile,v 1.2 2025/09/14 00:28:44 thorpej Exp $
2
3INCSDIR= /usr/include/dev/spi
4INCS=   spi_io.h
5
6spi_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