]> git.sur5r.net Git - u-boot/blob - cmd/ti/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / cmd / ti / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 # Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
3
4 obj- += dummy.o
5
6 ifndef CONFIG_SPL_BUILD
7 obj-$(CONFIG_CMD_DDR3) += ddr3.o
8 endif