mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
e70f70aa65
Add driver and binding for stm32mp1 ddr controller and phy Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
13 lines
374 B
Makefile
13 lines
374 B
Makefile
#
|
|
# Copyright (c) 2015 Google, Inc
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
obj-$(CONFIG_RAM) += ram-uclass.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox_ram.o
|
|
obj-$(CONFIG_STM32MP1_DDR) += stm32mp1/
|
|
obj-$(CONFIG_STM32_SDRAM) += stm32_sdram.o
|
|
obj-$(CONFIG_ARCH_BMIPS) += bmips_ram.o
|
|
|
|
obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
|