]> Git Repo - u-boot.git/blob - drivers/ram/Makefile
dm: mmc: Drop CONFIG_DM_MMC_OPS
[u-boot.git] / drivers / ram / Makefile
1 #
2 # Copyright (c) 2015 Google, Inc
3 # Wolfgang Denk, DENX Software Engineering, [email protected].
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7 obj-$(CONFIG_RAM) += ram-uclass.o
8 obj-$(CONFIG_SANDBOX) += sandbox_ram.o
9 obj-$(CONFIG_STM32_SDRAM) += stm32_sdram.o
10 obj-$(CONFIG_ARCH_BMIPS) += bmips_ram.o
11
12 obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
This page took 0.030537 seconds and 4 git commands to generate.