mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
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:
parent
52d3bc5d18
commit
b14d547245
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
dtb-$(CONFIG_SANDBOX) += sandbox.dtb
|
||||
dtb-$(CONFIG_DM_TEST) += test.dtb
|
||||
dtb-$(CONFIG_UT_DM) += test.dtb
|
||||
|
||||
targets += $(dtb-y)
|
||||
|
||||
|
|
Loading…
Reference in a new issue