"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tools: Do not generate logo when cross-building

This cannot work (unless qemu-user is registered in binfmt_misc) as the
tools will be for a different architecture.

Fixes "make cross_tools" in case CONFIG_VIDEO_LOGO is enabled.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

authored by

Jan Kiszka and committed by
Tom Rini
371a76e8 7d921410

+2
+2
tools/Makefile
··· 333 333 -D__KERNEL_STRICT_NAMES \ 334 334 -D_GNU_SOURCE 335 335 336 + ifeq ($(CROSS_BUILD_TOOLS),) 336 337 __build: $(LOGO-y) 338 + endif 337 339 338 340 $(LOGO_H): $(obj)/bmp_logo $(LOGO_BMP) 339 341 $(obj)/bmp_logo --gen-info $(LOGO_BMP) > $@