diff options
| author | Tom Rini <[email protected]> | 2018-12-07 19:00:39 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-12-15 11:49:19 -0500 |
| commit | 6df41b1cf3f22c8baa3e2919d7607f96c5385c57 (patch) | |
| tree | a95f1390ec922adc1de6b9fab927a0f76999edc2 /cmd/Makefile | |
| parent | 4bca32497c09ef53ad669dfa4c413c00321ad7ca (diff) | |
cmd: Move the "dm" command from test/dm/ to cmd/
The "dm" command under CONFIG_CMD_DM should live under cmd/ rather than
test/dm/ so move it.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd/Makefile')
| -rw-r--r-- | cmd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 49986437ba5..15ae4d250f5 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -40,6 +40,7 @@ obj-$(CONFIG_CMD_CPU) += cpu.o obj-$(CONFIG_DATAFLASH_MMC_SELECT) += dataflash_mmc_mux.o obj-$(CONFIG_CMD_DATE) += date.o obj-$(CONFIG_CMD_DEMO) += demo.o +obj-$(CONFIG_CMD_DM) += dm.o obj-$(CONFIG_CMD_SOUND) += sound.o ifdef CONFIG_POST obj-$(CONFIG_CMD_DIAG) += diag.o |
