]> git.baikalelectronics.ru Git - uboot.git/commit
dm: test: Make use of CONFIG_UNIT_TEST
authorSimon Glass <sjg@chromium.org>
Sat, 3 Oct 2020 15:25:25 +0000 (09:25 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:17 +0000 (14:42 -0600)
commit94e8e81de48f096b1aa10b16f571e912a50224b3
treeddcce9ac0344cf914f2e4109b73db4a0ec63eaf7
parent1c660d79cd9beddc01b9c5b25a3af2a8aa78c50b
dm: test: Make use of CONFIG_UNIT_TEST

At present we always include test/dm from the main Makefile. We have a
CONFIG_UNIT_TEST that should control whether the test/ directory is built,
so rely on that instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
test/Makefile