X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2FMakefile;h=5dd33ed4d5611b9740bad90fcd25516b18f01dfe;hb=f55382b5e55b6922aebe45658ac72381fc205d23;hp=55efb740b8b2ee7f984c1400208a669810126a19;hpb=c17848a798489479bcc061f2101caf79cbfc0a20;p=oweals%2Fu-boot.git diff --git a/tools/Makefile b/tools/Makefile index 55efb740b8..5dd33ed4d5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,12 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# # Enable all the config-independent tools ifneq ($(HOST_TOOLS_ALL),) +CONFIG_KIRKWOOD = y CONFIG_LCD_LOGO = y CONFIG_CMD_LOADS = y CONFIG_CMD_NET = y @@ -112,6 +111,7 @@ dumpimage-mkimage-objs := aisimage.o \ ublimage.o \ zynqimage.o \ zynqmpimage.o \ + zynqmpbif.o \ $(LIBFDT_OBJS) \ gpimage.o \ gpimage-common.o \