Home | History | Annotate | Download | only in core

Lines Matching refs:CUSTOM_MODULES

376 # Change CUSTOM_MODULES to include only modules that were
381 CUSTOM_MODULES := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
449 # Fix up CUSTOM_MODULES to refer to installed files rather than
452 known_custom_modules := $(filter $(ALL_MODULES),$(CUSTOM_MODULES))
453 unknown_custom_modules := $(filter-out $(ALL_MODULES),$(CUSTOM_MODULES))
454 CUSTOM_MODULES := \
849 $(CUSTOM_MODULES) \