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