]> Git Repo - u-boot.git/blame - test/cmd/Makefile
fdt: Start a test for the fdt command
[u-boot.git] / test / cmd / Makefile
CommitLineData
bdded201
SG
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (c) 2013 Google, Inc
4
c0445c18
HS
5ifdef CONFIG_HUSH_PARSER
6obj-$(CONFIG_CONSOLE_RECORD) += test_echo.o
7endif
550a9e79 8obj-y += mem.o
ea309212 9obj-$(CONFIG_CMD_ADDRMAP) += addrmap.o
74724484 10obj-$(CONFIG_CMD_FDT) += fdt.o
bfef72e4 11obj-$(CONFIG_CMD_LOADM) += loadm.o
550a9e79 12obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o
fea03459 13obj-$(CONFIG_CMD_PINMUX) += pinmux.o
9e9a530a 14obj-$(CONFIG_CMD_PWM) += pwm.o
d5f85303 15obj-$(CONFIG_CMD_SETEXPR) += setexpr.o
This page took 0.044595 seconds and 4 git commands to generate.