mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
test: Move print_ut test into common
This test doesn't belong at the top level. Move it into the common/ directory, to match its implementation. Rename it to drop the unnecessary _ut suffix. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Tom Rini <trini@konsulko.com> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
This commit is contained in:
parent
7f8b8c5abc
commit
479b389c3d
3 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,6 @@ endif
|
|||
ifneq ($(CONFIG_HUSH_PARSER),)
|
||||
obj-$(CONFIG_$(XPL_)CMDLINE) += hush/
|
||||
endif
|
||||
obj-$(CONFIG_$(XPL_)CMDLINE) += print_ut.o
|
||||
obj-$(CONFIG_$(XPL_)CMDLINE) += str_ut.o
|
||||
obj-$(CONFIG_UT_TIME) += time_ut.o
|
||||
obj-y += ut.o
|
||||
|
|
|
@ -7,3 +7,4 @@ endif
|
|||
obj-$(CONFIG_CYCLIC) += cyclic.o
|
||||
obj-$(CONFIG_EVENT_DYNAMIC) += event.o
|
||||
obj-y += cread.o
|
||||
obj-$(CONFIG_$(XPL_)CMDLINE) += print.o
|
||||
|
|
Loading…
Add table
Reference in a new issue