diff options
| author | Tom Rini <[email protected]> | 2023-10-01 11:54:16 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-01 11:54:16 -0400 |
| commit | 613949b79a52fecc9958d44c561d327373efc6e2 (patch) | |
| tree | 01e108ff34220565064ca457c7ea5bf83e0b3384 /test/common | |
| parent | 90c81f407dd4a7747385b10f9b8f732202c45cde (diff) | |
| parent | 399f739be6b272d7565e91b15bf589bd1dbef92f (diff) | |
Merge branch '2023-09-30-assorted-build-related-changes' into next
- Assorted build cleanups / changes
Diffstat (limited to 'test/common')
| -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 |
