diff options
author | Simon Glass <sjg@chromium.org> | 2017-12-04 13:48:27 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-07 15:17:00 -0500 |
commit | ef11ed8239bf02b347e7fb9fc6d980aec0c7810a (patch) | |
tree | a4416fad19e06ea6d1a10a7324fe395bf8dfd61d /test/Makefile | |
parent | d5f61f272d5b7b86bf6321512ba6326c7c075e72 (diff) | |
download | u-boot-ef11ed8239bf02b347e7fb9fc6d980aec0c7810a.tar.gz |
log: Add a test command
Add a command which exercises the logging system.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 6305afb211..40f2244b79 100644 --- a/test/Makefile +++ b/test/Makefile @@ -10,3 +10,4 @@ obj-$(CONFIG_SANDBOX) += command_ut.o obj-$(CONFIG_SANDBOX) += compression.o obj-$(CONFIG_SANDBOX) += print_ut.o obj-$(CONFIG_UT_TIME) += time_ut.o +obj-$(CONFIG_$(SPL_)LOG) += log/ |