opnsense-src/sys/modules/i2c/mux/Makefile
Andriy Gapon c0525ab1d1 pca954x: driver for PCA954x / TCA954x I2C switches
At the moment only PCA9548A is supported and has been tested.

MFC after:	2 weeks
2021-11-13 11:27:41 +02:00

12 lines
131 B
Makefile

# $FreeBSD$
SUBDIR = \
iicmux \
ltc430x \
pca954x \
.if !empty(OPT_FDT)
SUBDIR+= iic_gpiomux
.endif
.include <bsd.subdir.mk>