Steffen Jaeckel | e1788f9 | 2021-07-08 15:57:40 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
| 2 | obj-y += cmd_ut_common.o |
| 3 | obj-$(CONFIG_AUTOBOOT) += test_autoboot.o |
Simon Glass | 62a1bd2 | 2025-01-10 17:00:00 -0700 | [diff] [blame^] | 4 | |
Simon Glass | ad4c1fe | 2024-11-02 13:36:46 -0600 | [diff] [blame] | 5 | ifneq ($(CONFIG_$(XPL_)BLOBLIST),) |
Simon Glass | 62a1bd2 | 2025-01-10 17:00:00 -0700 | [diff] [blame^] | 6 | ifdef CONFIG_BLOBLIST_FIXED |
Simon Glass | ad4c1fe | 2024-11-02 13:36:46 -0600 | [diff] [blame] | 7 | obj-$(CONFIG_$(XPL_)CMDLINE) += bloblist.o |
| 8 | endif |
Simon Glass | 62a1bd2 | 2025-01-10 17:00:00 -0700 | [diff] [blame^] | 9 | endif |
| 10 | |
Stefan Roese | 5be8f37 | 2022-09-02 13:57:54 +0200 | [diff] [blame] | 11 | obj-$(CONFIG_CYCLIC) += cyclic.o |
Heinrich Schuchardt | 49b7333 | 2023-09-07 18:43:17 +0200 | [diff] [blame] | 12 | obj-$(CONFIG_EVENT_DYNAMIC) += event.o |
Simon Glass | 60217a2 | 2023-03-28 08:34:13 +1300 | [diff] [blame] | 13 | obj-y += cread.o |
Simon Glass | 603cd5c | 2024-11-02 13:36:55 -0600 | [diff] [blame] | 14 | obj-$(CONFIG_$(XPL_)CMDLINE) += print.o |