diff options
author | Tom Rini <trini@konsulko.com> | 2018-12-07 19:00:39 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-15 11:49:19 -0500 |
commit | 6df41b1cf3f22c8baa3e2919d7607f96c5385c57 (patch) | |
tree | a95f1390ec922adc1de6b9fab927a0f76999edc2 /test/dm/Makefile | |
parent | 4bca32497c09ef53ad669dfa4c413c00321ad7ca (diff) | |
download | u-boot-6df41b1cf3f22c8baa3e2919d7607f96c5385c57.tar.gz |
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 <trini@konsulko.com>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r-- | test/dm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index 6b451060d8..7dc80be25e 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -2,7 +2,6 @@ # # Copyright (c) 2013 Google, Inc -obj-$(CONFIG_CMD_DM) += cmd_dm.o obj-$(CONFIG_UT_DM) += bus.o obj-$(CONFIG_UT_DM) += test-driver.o obj-$(CONFIG_UT_DM) += test-fdt.o |