mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 08:31:03 +00:00
22929e1266
Complete in the drivers directory the work started with
commit 83d290c56f
("SPDX: Convert all of our single
license tags to Linux Kernel style").
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
13 lines
414 B
Makefile
13 lines
414 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2015 Google, Inc
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
obj-$(CONFIG_RAM) += ram-uclass.o
|
|
obj-$(CONFIG_MPC83XX_SDRAM) += mpc83xx_sdram.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/
|