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

(cherry picked from commit c0525ab1d1)
2021-11-24 16:19:09 +02:00

12 lines
131 B
Makefile

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