xref: /freebsd/sys/modules/i2c/pcf8574/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*6354154eSAndriy Gapon.PATH:	${SRCTOP}/sys/dev/iicbus/gpio/
2*6354154eSAndriy GaponKMOD	= pcf8574
3*6354154eSAndriy GaponSRCS	= pcf8574.c
4*6354154eSAndriy Gapon
5*6354154eSAndriy GaponSRCS+=	\
6*6354154eSAndriy Gapon	bus_if.h \
7*6354154eSAndriy Gapon	device_if.h \
8*6354154eSAndriy Gapon	gpio_if.h \
9*6354154eSAndriy Gapon	iicbus_if.h \
10*6354154eSAndriy Gapon	opt_platform.h \
11*6354154eSAndriy Gapon
12*6354154eSAndriy Gapon.if !empty(OPT_FDT)
13*6354154eSAndriy GaponSRCS+=	ofw_bus_if.h
14*6354154eSAndriy Gapon.endif
15*6354154eSAndriy Gapon
16*6354154eSAndriy Gapon.include <bsd.kmod.mk>
17