xref: /freebsd/sys/modules/gpio/gpioths/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
1*624e87b6SIan Lepore#
2*624e87b6SIan Lepore
3*624e87b6SIan Lepore.PATH:	${SRCTOP}/sys/dev/gpio/
4*624e87b6SIan Lepore
5*624e87b6SIan LeporeKMOD=	gpioths
6*624e87b6SIan LeporeSRCS=	gpioths.c
7*624e87b6SIan Lepore
8*624e87b6SIan LeporeSRCS+=	\
9*624e87b6SIan Lepore	bus_if.h \
10*624e87b6SIan Lepore	device_if.h \
11*624e87b6SIan Lepore	gpio_if.h \
12*624e87b6SIan Lepore	gpiobus_if.h \
13*624e87b6SIan Lepore	ofw_bus_if.h \
14*624e87b6SIan Lepore	opt_platform.h \
15*624e87b6SIan Lepore
16*624e87b6SIan LeporeCFLAGS+=  -I. -I${SRCTOP}/sys/dev/gpio/
17*624e87b6SIan Lepore
18*624e87b6SIan Lepore.include <bsd.kmod.mk>
19