1# 2# Makefile for multiplexer I2C chip drivers. 3 4obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o 5 6ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG 7