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