Patch by Andreas Schweigstill <aschweig@schweigstill.de>
fi
endef
COPYTO=$(strip $(subst ",,$(BUILDROOT_COPYTO)))
-else ifneq ($(strip $(subst ",,$(BR2_COPYTO))),) # Global override
+else
+ifneq ($(strip $(subst ",,$(BR2_COPYTO))),) # Global override
#"))
define COPY_FILE
@echo "BR2_COPYTO: Copy to $(BR2_COPYTO)/$(strip $(3))" ; \
endef
#"))
endif
+endif
# make sure to put everything that is board-specific before the tarroot targets
include target/generic/Makefile.in