mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 23:26:19 +07:00
9 lines
155 B
Makefile
9 lines
155 B
Makefile
|
#
|
||
|
# Makefile for multiplexer I2C chip drivers.
|
||
|
|
||
|
obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o
|
||
|
|
||
|
ifeq ($(CONFIG_I2C_DEBUG_BUS),y)
|
||
|
EXTRA_CFLAGS += -DDEBUG
|
||
|
endif
|