xref: /freebsd/sys/modules/imx/imx_spi/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1a0fd2339SIan Lepore.PATH: ${SRCTOP}/sys/arm/freescale/imx
2a0fd2339SIan Lepore
3a0fd2339SIan LeporeKMOD=	imx_spi
4a0fd2339SIan LeporeSRCS=	imx_spi.c
5a0fd2339SIan Lepore
6a0fd2339SIan Lepore# Generated files...
7a0fd2339SIan LeporeSRCS+=	\
8a0fd2339SIan Lepore	bus_if.h \
9a0fd2339SIan Lepore	device_if.h \
10*3a25d855SIan Lepore	gpio_if.h \
11a0fd2339SIan Lepore	ofw_bus_if.h \
12a0fd2339SIan Lepore	opt_platform.h \
13a0fd2339SIan Lepore	spibus_if.h \
14a0fd2339SIan Lepore
15a0fd2339SIan Lepore.include <bsd.kmod.mk>
16