summaryrefslogtreecommitdiff
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2020-10-28 14:50:09 -0400
committerTom Rini <[email protected]>2020-10-28 14:50:09 -0400
commit4f1d3079b9f05bb0c5d2e29bbd514e93a2cc65fd (patch)
tree4e2a6a2ac57a8d21b372c004b18b4d42c799fdca /cmd/Makefile
parent39dd7c1d6bc94e6381ef7418edd8206cae24377f (diff)
parent15995ac3f4840ca14340cadd45a1736bb3747893 (diff)
Merge branch '2020-10-28-mux-driver-framework'
- Add a framework for mux drivers
Diffstat (limited to 'cmd/Makefile')
-rw-r--r--cmd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile
index da4e0600b22..0cbee6c2f89 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -105,6 +105,7 @@ obj-$(CONFIG_CMD_CLONE) += clone.o
ifneq ($(CONFIG_CMD_NAND)$(CONFIG_CMD_SF),)
obj-y += legacy-mtd-utils.o
endif
+obj-$(CONFIG_CMD_MUX) += mux.o
obj-$(CONFIG_CMD_NAND) += nand.o
obj-$(CONFIG_CMD_NET) += net.o
obj-$(CONFIG_CMD_NVEDIT_EFI) += nvedit_efi.o