summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorDaniel Schultz <d.schultz@phytec.de>2015-09-07 11:51:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-09-24 19:33:27 +0200
commit319d5c1ffca1fbb737c1ca3c9e751d5209091da1 (patch)
treec80c97687f61140aab5b3d4f0ef4b44cfc55edcc /commands/Makefile
parent572e8cdfa34130fac53ff95102a246a694880444 (diff)
downloadbarebox-319d5c1ffca1fbb737c1ca3c9e751d5209091da1.tar.gz
barebox-319d5c1ffca1fbb737c1ca3c9e751d5209091da1.tar.xz
commands: Add MMC ext. CSD register tool
This tools can read/write to the extended CSD register of MMC devices. Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Makefile')
-rw-r--r--commands/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Makefile b/commands/Makefile
index 3d594c3c3a..d98534119d 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -114,3 +114,4 @@ obj-$(CONFIG_CMD_STATE) += state.o
obj-$(CONFIG_CMD_DHCP) += dhcp.o
obj-$(CONFIG_CMD_DHRYSTONE) += dhrystone.o
obj-$(CONFIG_CMD_SPD_DECODE) += spd_decode.o
+obj-$(CONFIG_CMD_MMC_EXTCSD) += mmc_extcsd.o