blob: 95bd00741a318d7472507a1b1c71552ff1276370 [file] [log] [blame]
Steffen Jaeckele1788f92021-07-08 15:57:40 +02001# SPDX-License-Identifier: GPL-2.0+
2obj-y += cmd_ut_common.o
3obj-$(CONFIG_AUTOBOOT) += test_autoboot.o
Simon Glass62a1bd22025-01-10 17:00:00 -07004
Simon Glassad4c1fe2024-11-02 13:36:46 -06005ifneq ($(CONFIG_$(XPL_)BLOBLIST),)
Simon Glass62a1bd22025-01-10 17:00:00 -07006ifdef CONFIG_BLOBLIST_FIXED
Simon Glassad4c1fe2024-11-02 13:36:46 -06007obj-$(CONFIG_$(XPL_)CMDLINE) += bloblist.o
8endif
Simon Glass62a1bd22025-01-10 17:00:00 -07009endif
10
Stefan Roese5be8f372022-09-02 13:57:54 +020011obj-$(CONFIG_CYCLIC) += cyclic.o
Heinrich Schuchardt49b73332023-09-07 18:43:17 +020012obj-$(CONFIG_EVENT_DYNAMIC) += event.o
Simon Glass60217a22023-03-28 08:34:13 +130013obj-y += cread.o
Simon Glass603cd5c2024-11-02 13:36:55 -060014obj-$(CONFIG_$(XPL_)CMDLINE) += print.o