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