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 |
Simon Glass | a128b1b | 2022-03-04 08:43:01 -0700 | [diff] [blame] | 5 | obj-$(CONFIG_EVENT) += event.o |
Simon Glass | 60217a2 | 2023-03-28 08:34:13 +1300 | [diff] [blame] | 6 | obj-y += cread.o |