diff --git a/build/buildtools/commondefs.firm b/build/buildtools/commondefs.firm index c1a1e6ae..afe93ae2 100644 --- a/build/buildtools/commondefs.firm +++ b/build/buildtools/commondefs.firm @@ -101,7 +101,7 @@ MAKENANDFIRM := $(FIRM_TOOLSDIR)/bin/makenandfirm.exe MAKEGCDFIRM := $(FIRM_TOOLSDIR)/bin/makegcdfirm.exe OPENSSL := $(FIRM_TOOLSDIR)/openssl/openssl.exe NTEXCONV := $(ROOT)/tools/bin/ntexconv.exe -MAKEBANNER := $(FIRM_TOOLSDIR)/bin/makebanner.exe +MAKEBANNER := $(TWL_TOOLSDIR)/bin/makebanner.TWL.exe MAKEFIRM_RSA_PRVKEY ?= $(FIRM_TOOLSDIR)/openssl/rsa_private.der MAKEFIRM_RSA_PUBKEY ?= $(FIRM_TOOLSDIR)/openssl/rsa_public.der diff --git a/build/buildtools/commondefs.sysmenu b/build/buildtools/commondefs.sysmenu index 9a0d6c15..5a93a7a3 100644 --- a/build/buildtools/commondefs.sysmenu +++ b/build/buildtools/commondefs.sysmenu @@ -90,7 +90,7 @@ endif # OPENSSL := $(SYSMENU_TOOLSDIR)/openssl/openssl.exe NTEXCONV := $(ROOT)/tools/bin/ntexconv.exe -MAKEBANNER := $(SYSMENU_TOOLSDIR)/bin/makebanner.exe +MAKEBANNER := $(TWL_TOOLSDIR)/bin/makebanner.TWL.exe MAKESYSMENU_RSA_PRVKEY ?= $(SYSMENU_TOOLSDIR)/openssl/rsa_private.der MAKESYSMENU_RSA_PUBKEY ?= $(SYSMENU_TOOLSDIR)/openssl/rsa_public.der diff --git a/tools/bin/makebanner.exe b/tools/bin/makebanner.exe deleted file mode 100644 index fd580a2c..00000000 Binary files a/tools/bin/makebanner.exe and /dev/null differ