linux/drivers/bus/mhi/Makefile
Carl Vanderlip 1501da7696 bus: mhi: Update Makefile to used Kconfig flags
Makefile was always suggesting to build subdirectories regardless of
Kconfig. Use the Kconfig flags as intended.

Signed-off-by: Carl Vanderlip <quic_carlv@quicinc.com>
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Link: https://lore.kernel.org/r/20221207192613.2098614-1-quic_carlv@quicinc.com
[mani: fixed the subject prefix]
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2023-01-27 12:30:53 +05:30

6 lines
102 B
Makefile

# Host MHI stack
obj-$(CONFIG_MHI_BUS) += host/
# Endpoint MHI stack
obj-$(CONFIG_MHI_BUS_EP) += ep/