diff options
| author | Tom Rini <[email protected]> | 2021-01-18 07:55:54 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-01-18 07:55:54 -0500 |
| commit | 19c5fdffdc41bfd606b455b46e834d1bff4b2c1e (patch) | |
| tree | db1c5abebf12e9aaef80d8e22a472357027b5287 /test/lib | |
| parent | 14ea1b3635b4af8d9e283e3671f7ee872d50b859 (diff) | |
| parent | ad80a8d0877922db95fd0410314504c840d9d850 (diff) | |
Merge branch '2021-01-16-assorted-improvements'
- Assorted testing improvements and fixes
- Assorted code cleanups
Diffstat (limited to 'test/lib')
| -rw-r--r-- | test/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile index 98a9abf40e2..97c11e35a88 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -7,7 +7,7 @@ obj-$(CONFIG_EFI_LOADER) += efi_device_path.o obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o obj-y += hexdump.o obj-y += lmb.o -obj-y += test_print.o +obj-$(CONFIG_CONSOLE_RECORD) += test_print.o obj-$(CONFIG_SSCANF) += sscanf.o obj-y += string.o obj-$(CONFIG_ERRNO_STR) += test_errno_str.o |
