]> Git Repo - u-boot.git/blob - test/cmd/Makefile
dm: core: Switch uclass_*_device_err to use uclass_*_device_check
[u-boot.git] / test / cmd / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (c) 2013 Google, Inc
4
5 ifdef CONFIG_HUSH_PARSER
6 obj-$(CONFIG_CONSOLE_RECORD) += test_echo.o
7 endif
8 ifdef CONFIG_CONSOLE_RECORD
9 obj-$(CONFIG_CMD_PAUSE) += test_pause.o
10 endif
11 obj-y += mem.o
12 obj-$(CONFIG_CMD_ADDRMAP) += addrmap.o
13 obj-$(CONFIG_CMD_FDT) += fdt.o
14 obj-$(CONFIG_CMD_LOADM) += loadm.o
15 obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o
16 obj-$(CONFIG_CMD_PINMUX) += pinmux.o
17 obj-$(CONFIG_CMD_PWM) += pwm.o
18 ifdef CONFIG_SANDBOX
19 obj-$(CONFIG_CMD_SETEXPR) += setexpr.o
20 endif
21 obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o
This page took 0.032657 seconds and 4 git commands to generate.