mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-01-27 11:51:22 +01:00
Add a command which exercises the logging system. Signed-off-by: Simon Glass <sjg@chromium.org>
8 lines
113 B
Makefile
8 lines
113 B
Makefile
#
|
|
# Copyright (c) 2017 Google, Inc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_LOG_TEST) += log_test.o
|