diff options
author | Anurag Dutta <a-dutta@ti.com> | 2024-11-29 17:01:29 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-14 09:34:16 -0600 |
commit | f0558f3a89fe0fa900b162ae2758772e37f72739 (patch) | |
tree | 6ba13143eed2d6838f45295f6209c3c74e036d54 | |
parent | 20f641987f83c4679a1181d79a546a098f11f5ad (diff) | |
download | u-boot-f0558f3a89fe0fa900b162ae2758772e37f72739.tar.gz |
mux: Makefile: Add config for mux drivers
Add config required to build mmio-mux driver and dependencies.
Signed-off-by: Anurag Dutta <a-dutta@ti.com>
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 9440af1b09b..0e1f58c515b 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/ |