summaryrefslogtreecommitdiff
path: root/test/dm/Makefile
diff options
context:
space:
mode:
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>2020-04-03 13:43:04 +0300
committerSimon Glass <sjg@chromium.org>2020-04-16 08:07:58 -0600
commit528d6b37ae81a6111e53fb8717a95b802c72a476 (patch)
treeebc4d5246074b1a6b6c8f217dd50ab8205f48521 /test/dm/Makefile
parentb9200b191f62254036cd0d7818bfb24125b7585b (diff)
downloadu-boot-528d6b37ae81a6111e53fb8717a95b802c72a476.tar.gz
u-boot-528d6b37ae81a6111e53fb8717a95b802c72a476.tar.bz2
u-boot-528d6b37ae81a6111e53fb8717a95b802c72a476.zip
test: fdtdec: test fdtdec_set_carveout()
Add a new test for fdtdec_set_carveout(). Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org> Drop blank line at EFO: Signed-off-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 dd1ceff86c..53caa29fbb 100644
--- a/test/dm/Makefile
+++ b/test/dm/Makefile
@@ -31,6 +31,7 @@ obj-$(CONFIG_LED) += led.o
obj-$(CONFIG_DM_MAILBOX) += mailbox.o
obj-$(CONFIG_DM_MMC) += mmc.o
obj-y += ofnode.o
+obj-y += fdtdec.o
obj-$(CONFIG_OSD) += osd.o
obj-$(CONFIG_DM_VIDEO) += panel.o
obj-$(CONFIG_DM_PCI) += pci.o