aboutsummaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2018-08-03 15:07:41 +0200
committerTom Rini <trini@konsulko.com>2018-09-10 20:48:12 -0400
commitd7c09684d73c4831a0240ce1fcbe7644bc3ab6e7 (patch)
tree84ef39679153e3ec0ec159b5a46e597acb7e16ad /test/dm/Makefile
parentad060c052bf8593c3d21bdab1f72f5f181064972 (diff)
downloadu-boot-d7c09684d73c4831a0240ce1fcbe7644bc3ab6e7.zip
u-boot-d7c09684d73c4831a0240ce1fcbe7644bc3ab6e7.tar.gz
u-boot-d7c09684d73c4831a0240ce1fcbe7644bc3ab6e7.tar.bz2
sandbox: Add serial test
Signed-off-by: Patrice Chotard <patrice.chotard@st.com> 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 67c1fe6..3f5a634 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -46,4 +46,5 @@ obj-$(CONFIG_SPMI) += spmi.o
obj-$(CONFIG_WDT) += wdt.o
obj-$(CONFIG_AXI) += axi.o
obj-$(CONFIG_MISC) += misc.o
+obj-$(CONFIG_DM_SERIAL) += serial.o
endif