summaryrefslogtreecommitdiff
path: root/src/southbridge/ricoh/rl5c476/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/ricoh/rl5c476/Makefile.mk')
-rw-r--r--src/southbridge/ricoh/rl5c476/Makefile.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/southbridge/ricoh/rl5c476/Makefile.mk b/src/southbridge/ricoh/rl5c476/Makefile.mk
new file mode 100644
index 0000000000..24e84d24e7
--- /dev/null
+++ b/src/southbridge/ricoh/rl5c476/Makefile.mk
@@ -0,0 +1,7 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+ifeq ($(CONFIG_SOUTHBRIDGE_RICOH_RL5C476),y)
+
+ramstage-y += rl5c476.c
+
+endif