Skip to content

Commit

Permalink
bus: mhi: Update Makefile to used Kconfig flags
Browse files Browse the repository at this point in the history
Makefile was always suggesting to build subdirectories regardless of
Kconfig. Use the Kconfig flags as intended.

Signed-off-by: Carl Vanderlip <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Jeffrey Hugo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[mani: fixed the subject prefix]
Signed-off-by: Manivannan Sadhasivam <[email protected]>
  • Loading branch information
Carl Vanderlip authored and Mani-Sadhasivam committed Jan 27, 2023
1 parent 1b929c0 commit 1501da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/bus/mhi/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Host MHI stack
obj-y += host/
obj-$(CONFIG_MHI_BUS) += host/

# Endpoint MHI stack
obj-y += ep/
obj-$(CONFIG_MHI_BUS_EP) += ep/

0 comments on commit 1501da7

Please sign in to comment.