summaryrefslogtreecommitdiffstats
path: root/drivers/ram/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ram/Makefile')
-rw-r--r--drivers/ram/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ram/Makefile b/drivers/ram/Makefile
new file mode 100644
index 0000000000..0e102491a4
--- /dev/null
+++ b/drivers/ram/Makefile
@@ -0,0 +1,8 @@
+#
+# 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
OpenPOWER on IntegriCloud