mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ef11ed8239
Add a command which exercises the logging system. Signed-off-by: Simon Glass <sjg@chromium.org>
7 lines
113 B
Makefile
7 lines
113 B
Makefile
#
|
|
# Copyright (c) 2017 Google, Inc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_LOG_TEST) += log_test.o
|