mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 06:41:36 +02:00
test: build dependency for event unit tests
The test_event_base and test_event_probe unit tests use function event_register() which depends on CONFIG_EVENT_DYNAMIC=y. Fixes: 7d02645fe4c0 ("event: Add a simple test") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
252592214f
commit
fdd6a7733f
@ -2,5 +2,5 @@
|
|||||||
obj-y += cmd_ut_common.o
|
obj-y += cmd_ut_common.o
|
||||||
obj-$(CONFIG_AUTOBOOT) += test_autoboot.o
|
obj-$(CONFIG_AUTOBOOT) += test_autoboot.o
|
||||||
obj-$(CONFIG_CYCLIC) += cyclic.o
|
obj-$(CONFIG_CYCLIC) += cyclic.o
|
||||||
obj-$(CONFIG_EVENT) += event.o
|
obj-$(CONFIG_EVENT_DYNAMIC) += event.o
|
||||||
obj-y += cread.o
|
obj-y += cread.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user