From e33e3d1cff0214867544ccbc3d4e0adc819028be Mon Sep 17 00:00:00 2001 From: bleska Date: Wed, 28 Jan 2026 22:59:52 +0100 Subject: [PATCH] chore(core): binctl makefile target removal The "headertool.py" script location has changed to "core/tools/trezor_core_tools/". Moreover, the "headertool_pq.py" has been introduced for PQ crypto based headers e.g. TS7 bootloader.bin at the moment. Removing the Makefile binctl target as it's not used and the fix with the automatic script (i.e. headertool vs headertool_pq) selection would be complicated. [no changelog] --- core/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/Makefile b/core/Makefile index e66eddada7..c01d44ef4a 100644 --- a/core/Makefile +++ b/core/Makefile @@ -474,10 +474,6 @@ gdb_firmware: $(FIRMWARE_BUILD_DIR)/firmware.elf ## start remote gdb session to ## misc commands: -binctl: ## print info about binary files - ./tools/headertool.py $(BOOTLOADER_BUILD_DIR)/bootloader.bin - ./tools/headertool.py $(FIRMWARE_BUILD_DIR)/firmware.bin - bloaty: ## run bloaty size profiler bloaty -d symbols -n 0 -s file $(FIRMWARE_BUILD_DIR)/firmware.elf | less bloaty -d compileunits -n 0 -s file $(FIRMWARE_BUILD_DIR)/firmware.elf | less