You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
350 B
9 lines
350 B
# 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
|
|
|