mirror of
https://xff.cz/git/u-boot/
synced 2025-12-29 08:27:15 +01:00
- Add some dependencies to CMD_DDR3 as this is only valid on some platforms (which tend to select it as well). - The proper gate for going in to cmd/ti is not CONFIG_TI_COMMON_CMD_OPTIONS as nothing under there is controlled by that symbol but the general TI architecture options. Signed-off-by: Tom Rini <trini@konsulko.com>
6 lines
172 B
Makefile
6 lines
172 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
obj-$(CONFIG_CMD_DDR3) += ddr3.o
|
|
obj-$(CONFIG_CMD_PD) += pd.o
|