From 64ce0cad9e04aab19eb4c3f61333b203548281a7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 6 Jul 2015 12:54:31 -0600 Subject: dm: test: Add a test for the ram uclass Add a test to confirm that we can probe this device and get information on the available RAM. Signed-off-by: Simon Glass --- drivers/ram/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/ram/Makefile') diff --git a/drivers/ram/Makefile b/drivers/ram/Makefile index 4494d8187b0..0e102491a4a 100644 --- a/drivers/ram/Makefile +++ b/drivers/ram/Makefile @@ -5,3 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # obj-$(CONFIG_RAM) += ram-uclass.o +obj-$(CONFIG_SANDBOX) += sandbox_ram.o -- cgit v1.2.3