64ce0cad9e
Add a test to confirm that we can probe this device and get information on the available RAM. Signed-off-by: Simon Glass <sjg@chromium.org>
9 lines
209 B
Makefile
9 lines
209 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
|