#include dist_target.mk for each target
define call-dist-target
  $(eval DIST_TARGET := $(1))
  include dist_target.mk
endef

$(foreach _target,$(CONFIG_BUILD_TARGETS),$(eval $(call call-dist-target,$(_target))))

all: dist

.PHONY: dist
dist: