Modifies the behavior of the command engine to mask out certain commands/notifications sent to the external mdm, for the purposes of debugging the external mdm. Change-Id: Iff35fd87f6d66849f6ec7d2924e1547400967c4e Signed-off-by: Hanumant Singh <hanumant@codeaurora.org> Signed-off-by: Bruce Levy <blevy@codeaurora.org>
9 lines
350 B
Makefile
9 lines
350 B
Makefile
# 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-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
|