[PATCH 1/8] mux: Makefile: Add config for mux drivers
Anurag Dutta
a-dutta at ti.com
Fri Nov 29 12:31:29 CET 2024
Add config required to build mmio-mux driver and dependencies.
Signed-off-by: Anurag Dutta <a-dutta at ti.com>
---
drivers/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/Makefile b/drivers/Makefile
index 9440af1b09..0e1f58c515 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -21,6 +21,7 @@ obj-$(CONFIG_$(PHASE_)INPUT) += input/
obj-$(CONFIG_$(PHASE_)LED) += led/
obj-$(CONFIG_$(PHASE_)MMC) += mmc/
obj-y += mtd/
+obj-$(CONFIG_MULTIPLEXER) += mux/
obj-$(CONFIG_$(PHASE_)ETH) += net/
obj-$(CONFIG_$(PHASE_)PCH) += pch/
obj-$(CONFIG_$(PHASE_)PCI) += pci/
--
2.34.1
More information about the U-Boot
mailing list