]> Git Repo - J-u-boot.git/blob - test/cmd/Makefile
Merge branch 'next'
[J-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 obj-y += mem.o
9 obj-$(CONFIG_CMD_ADDRMAP) += addrmap.o
10 obj-$(CONFIG_CMD_LOADM) += loadm.o
11 obj-$(CONFIG_CMD_MEM_SEARCH) += mem_search.o
12 obj-$(CONFIG_CMD_PINMUX) += pinmux.o
13 obj-$(CONFIG_CMD_PWM) += pwm.o
14 obj-$(CONFIG_CMD_SETEXPR) += setexpr.o
This page took 0.029282 seconds and 4 git commands to generate.