mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
b04d3553ee
Add a test of the env_attr_lookup() function. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
8 lines
128 B
Makefile
8 lines
128 B
Makefile
#
|
|
# Copyright (c) 2015 National Instruments, Inc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += cmd_ut_env.o
|
|
obj-y += attr.o
|