mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
dm: test: Sort the Makefile
Move everything into alphabetical order. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a652d9c73a
commit
1cadc76117
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@
|
|||
obj-$(CONFIG_SANDBOX) += bloblist.o
|
||||
obj-$(CONFIG_CMDLINE) += cmd/
|
||||
obj-$(CONFIG_UNIT_TEST) += cmd_ut.o
|
||||
obj-$(CONFIG_UNIT_TEST) += ut.o
|
||||
obj-$(CONFIG_SANDBOX) += command_ut.o
|
||||
obj-$(CONFIG_SANDBOX) += compression.o
|
||||
obj-$(CONFIG_UNIT_TEST) += lib/
|
||||
obj-y += log/
|
||||
obj-$(CONFIG_SANDBOX) += print_ut.o
|
||||
obj-$(CONFIG_SANDBOX) += str_ut.o
|
||||
obj-$(CONFIG_UT_TIME) += time_ut.o
|
||||
obj-$(CONFIG_UT_UNICODE) += unicode_ut.o
|
||||
obj-y += log/
|
||||
obj-$(CONFIG_UNIT_TEST) += lib/
|
||||
obj-$(CONFIG_UNIT_TEST) += ut.o
|
||||
|
|
Loading…
Reference in a new issue