mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
1501da7696
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>
6 lines
102 B
Makefile
6 lines
102 B
Makefile
# Host MHI stack
|
|
obj-$(CONFIG_MHI_BUS) += host/
|
|
|
|
# Endpoint MHI stack
|
|
obj-$(CONFIG_MHI_BUS_EP) += ep/
|