xref: /openbmc/u-boot/cmd/ti/Makefile (revision 68a69ed2a41551063f012e1ef5f18f2eb4d07f34)
1# Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
2#
3# SPDX-License-Identifier:	GPL-2.0+
4#
5
6obj- += dummy.o
7
8ifndef CONFIG_SPL_BUILD
9obj-$(CONFIG_CMD_DDR3) += ddr3.o
10endif
11