summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2a68512be..acabb9a2b3 100644
--- a/Makefile
+++ b/Makefile
@@ -318,6 +318,7 @@ dirs+=$(shell find common -type d)
dirs+=$(shell find driver -type d)
common_dirs=util
+custom-ro_objs-y += $(custom-board-ro_objs-y)
ifeq ($(custom-ro_objs-y),)
ro-common-objs := $(sort $(foreach obj, $(all-obj-y), $(out)/RO/$(obj)))
ro-only-objs := $(sort $(foreach obj, $(all-obj-ro), $(out)/RO/$(obj)))