Lines Matching refs:group
894 $(foreach group,$(call to-upper,$(BOARD_SUPER_PARTITION_GROUPS)), \
895 $(eval BOARD_$(group)_SIZE := $(strip $(BOARD_$(group)_SIZE))) \
896 $(if $(BOARD_$(group)_SIZE),,$(error BOARD_$(group)_SIZE must not be empty)) \
897 $(eval .KATI_READONLY := BOARD_$(group)_SIZE) \
898 $(eval BOARD_$(group)_PARTITION_LIST ?=) \
899 $(eval .KATI_READONLY := BOARD_$(group)_PARTITION_LIST) \
904 $(foreach group,$(call to-upper,$(BOARD_SUPER_PARTITION_GROUPS)), \
905 $(if $(filter-out $(valid_super_partition_list),$(BOARD_$(group)_PARTITION_LIST)), \
906 $(error BOARD_$(group)_PARTITION_LIST contains invalid partition name \
907 $(filter-out $(valid_super_partition_list),$(BOARD_$(group)_PARTITION_LIST)). \
918 … $(foreach group,$(call to-upper,$(BOARD_SUPER_PARTITION_GROUPS)),$(BOARD_$(group)_PARTITION_LIST))