diff options
author | Tom Rini <trini@konsulko.com> | 2023-09-17 09:24:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-17 09:24:42 -0400 |
commit | 064f29e48d09d4e75a5868856361fb18486b24ce (patch) | |
tree | 7a289ab131dc01eaaa8f39dbfd3970f7fb216e7e /test | |
parent | 252592214f79d8206c3cf0056a8827a0010214e0 (diff) | |
parent | 8bd7d08407f986fe3c69f3e198f6f7152e12dea8 (diff) |
Merge tag 'doc-2023-10-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2023-10-rc5-2
Documentation:
* fix code comments referring to doc/develop/expo.rst
* remove unused values from Chromebook kernel command line
* correct reference tag placement in tools/binman/binman.rst
Others:
* test: fix build dependency for event unit tests
Diffstat (limited to 'test')
-rw-r--r-- | test/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/Makefile b/test/common/Makefile index a5ab10f6f69..12c65f8c951 100644 --- a/test/common/Makefile +++ b/test/common/Makefile @@ -2,5 +2,5 @@ obj-y += cmd_ut_common.o obj-$(CONFIG_AUTOBOOT) += test_autoboot.o obj-$(CONFIG_CYCLIC) += cyclic.o -obj-$(CONFIG_EVENT) += event.o +obj-$(CONFIG_EVENT_DYNAMIC) += event.o obj-y += cread.o |