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>
(cherry picked from commit f0558f3a89)
This commit is contained in:
committed by
Simon Glass
parent
f8331f8c70
commit
22af2f3de8
@@ -25,6 +25,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/
|
||||
|
||||
Reference in New Issue
Block a user