diff options
Diffstat (limited to 'drivers/interconnect/Makefile')
-rw-r--r-- | drivers/interconnect/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/interconnect/Makefile b/drivers/interconnect/Makefile new file mode 100644 index 000000000..97d393fd6 --- /dev/null +++ b/drivers/interconnect/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0 + +CFLAGS_core.o := -I$(src) +icc-core-objs := core.o bulk.o + +obj-$(CONFIG_INTERCONNECT) += icc-core.o +obj-$(CONFIG_INTERCONNECT_IMX) += imx/ +obj-$(CONFIG_INTERCONNECT_QCOM) += qcom/ +obj-$(CONFIG_INTERCONNECT_SAMSUNG) += samsung/ |