aboutsummaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorMario Six2018-07-31 14:24:14 +0200
committerAnatolij Gustschin2018-08-11 16:00:38 +0200
commit004e67c21634d0184eb0b874cbd05d834cb79067 (patch)
tree6b99525bcd56d7f2cd470d3ffb12ecd877e2649a /test/dm/Makefile
parent440bc11f2e10dd80c7f5e717bc52daff73091bd5 (diff)
test: Add tests for misc uclass
Add a set of tests for the misc uclass. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r--test/dm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile
index d2ed96c6153..ff0807873b0 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -44,4 +44,5 @@ obj-$(CONFIG_DM_VIDEO) += video.o
obj-$(CONFIG_ADC) += adc.o
obj-$(CONFIG_SPMI) += spmi.o
obj-$(CONFIG_WDT) += wdt.o
+obj-$(CONFIG_MISC) += misc.o
endif