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 | ||||
Stefan Roese | 5be8f37 | 2022-09-02 13:57:54 +0200 | [diff] [blame] | 4 | obj-$(CONFIG_CYCLIC) += cyclic.o |
Heinrich Schuchardt | 7af1e79 | 2023-09-07 18:43:17 +0200 | [diff] [blame] | 5 | obj-$(CONFIG_EVENT_DYNAMIC) += event.o |
Simon Glass | 60217a2 | 2023-03-28 08:34:13 +1300 | [diff] [blame] | 6 | obj-y += cread.o |