patch-tools_Makefile 559 B

1234567891011
  1. --- u-boot-2024.01.orig/tools/Makefile 2024-01-08 16:37:48.000000000 +0100
  2. +++ u-boot-2024.01/tools/Makefile 2024-01-17 17:56:21.004096375 +0100
  3. @@ -250,7 +250,7 @@ HOSTLDLIBS_mkeficapsule += \
  4. $(shell pkg-config --libs gnutls 2> /dev/null || echo "-lgnutls")
  5. HOSTLDLIBS_mkeficapsule += \
  6. $(shell pkg-config --libs uuid 2> /dev/null || echo "-luuid")
  7. -hostprogs-$(CONFIG_TOOLS_MKEFICAPSULE) += mkeficapsule
  8. +#hostprogs-$(CONFIG_TOOLS_MKEFICAPSULE) += mkeficapsule
  9. mkfwumdata-objs := mkfwumdata.o generated/lib/crc32.o
  10. HOSTLDLIBS_mkfwumdata += -luuid