ESOC is only used in kona, but is a dependency for sysmon-qmi which is included in lito. Signed-off-by: Will McVicker <willmcvicker@google.com> Bug: 143541374 Test: compile, boot sm8250 verify list of probed devices Test: check kernel log for proper esoc loading Change-Id: I569944dc22082152bfed94d7bce027a81d5f4d4a
12 lines
424 B
Makefile
12 lines
424 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# generic external soc control support
|
|
|
|
ccflags-$(CONFIG_ESOC_DEBUG) := -DDEBUG
|
|
obj-$(CONFIG_ESOC) += esoc_bus.o
|
|
obj-$(CONFIG_ESOC_DEV) += esoc_dev.o
|
|
obj-$(CONFIG_ESOC_CLIENT) += esoc_client.o
|
|
obj-$(CONFIG_ESOC_MDM_4x) += esoc_mdm_4x.o
|
|
esoc_mdm_4x-objs += esoc-mdm-pon.o esoc-mdm-4x.o
|
|
obj-$(CONFIG_ESOC_MDM_DRV) += esoc-mdm-drv.o
|
|
obj-$(CONFIG_ESOC_MDM_DBG_ENG) += esoc-mdm-dbg-eng.o
|