mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
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>
This commit is contained in:
parent
20f641987f
commit
f0558f3a89
1 changed files with 1 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue