From da591416ee8fddb1b691d157e3c61bdc7a994b79 Mon Sep 17 00:00:00 2001 From: Oliver Smith-Denny Date: Mon, 22 Jul 2024 15:50:50 -0700 Subject: BaseTools: Move GnuNoteBti.bin to BaseTools This patch moves GnuNoteBti.bin from ArmPkg to BaseTools as it is used during the build by GCC. This removes an unnecessary dependency on ArmPkg from BaseTools and keeps build related files in BaseTools. Signed-off-by: Oliver Smith-Denny --- ArmPkg/Library/GnuNoteBti.bin | Bin 32 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ArmPkg/Library/GnuNoteBti.bin (limited to 'ArmPkg/Library') diff --git a/ArmPkg/Library/GnuNoteBti.bin b/ArmPkg/Library/GnuNoteBti.bin deleted file mode 100644 index 339567b4e8..0000000000 Binary files a/ArmPkg/Library/GnuNoteBti.bin and /dev/null differ -- cgit