]> Git Repo - u-boot.git/blame - test/Makefile
efi_loader: use ':' as separator for setenv -i
[u-boot.git] / test / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
a72007d9
SG
2#
3# (C) Copyright 2012 The Chromium Authors
a72007d9 4
919e7a8f 5obj-$(CONFIG_SANDBOX) += bloblist.o
bdded201 6obj-$(CONFIG_CMDLINE) += cmd/
c617ede0 7obj-$(CONFIG_UNIT_TEST) += cmd_ut.o
e721b882 8obj-$(CONFIG_UNIT_TEST) += ut.o
bcfe8fdf
MY
9obj-$(CONFIG_SANDBOX) += command_ut.o
10obj-$(CONFIG_SANDBOX) += compression.o
e5a9d27f 11obj-$(CONFIG_SANDBOX) += print_ut.o
4f04d549 12obj-$(CONFIG_SANDBOX) += str_ut.o
c812f722 13obj-$(CONFIG_UT_TIME) += time_ut.o
f11a164b 14obj-$(CONFIG_UT_UNICODE) += unicode_ut.o
395041b2 15obj-y += log/
87be2fe6 16obj-$(CONFIG_UNIT_TEST) += lib/
This page took 0.213446 seconds and 4 git commands to generate.