]> git.baikalelectronics.ru Git - uboot.git/commit
test: Only descend into test/ when CONFIG_UNIT_TEST is enabled
authorTom Rini <trini@konsulko.com>
Sat, 8 Dec 2018 00:00:40 +0000 (19:00 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 15 Dec 2018 16:49:19 +0000 (11:49 -0500)
commitc09d2b0f1821bf647ca7d96fc39968e9cf7969dd
tree8a04fda4ce1a4705b5948130e2fae6747fc435d6
parent3c8be71737bf282c742f7fd23abecf2db3452e4b
test: Only descend into test/ when CONFIG_UNIT_TEST is enabled

The contents of the test subdirectories only make sense when we have
CONFIG_UNIT_TEST set.  We will otherwise attempt to build code on for
example sandbox that needs CONFIG_UNIT_TEST otherwise and rather than
complicate the Makefiles simply leave them out when we can.

Signed-off-by: Tom Rini <trini@konsulko.com>
Makefile