sandbox: Compile test device tree when CONFIG_UT_DM is defined

A conflict between the PMIC and unit test work means that the sandbox test
device tree file is no-longer built. Fix this.

Series-to: u-boot
Series-cc: joe, prz

Change-Id: I6616428e05713e5306f848e7dd0a645dedf0934e
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2015-05-23 11:53:57 -06:00
parent 52d3bc5d18
commit b14d547245
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
dtb-$(CONFIG_SANDBOX) += sandbox.dtb
dtb-$(CONFIG_DM_TEST) += test.dtb
dtb-$(CONFIG_UT_DM) += test.dtb
targets += $(dtb-y)