From 6df41b1cf3f22c8baa3e2919d7607f96c5385c57 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 7 Dec 2018 19:00:39 -0500 Subject: 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 --- test/dm/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'test/dm/Makefile') 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 -- cgit v1.2.1