From 1cec4d7f360e5f7d68ba14059775faf8e84c4671 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sat, 26 Aug 2023 01:01:59 -0700 Subject: [PATCH] no ccache --- firmware/bootloader/src/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/firmware/bootloader/src/Makefile b/firmware/bootloader/src/Makefile index a4453b8b4a..8f0491bf66 100644 --- a/firmware/bootloader/src/Makefile +++ b/firmware/bootloader/src/Makefile @@ -56,13 +56,6 @@ ifeq ($(USE_LINK_GC),) USE_LINK_GC = yes endif -ifeq ($(CCACHE_DIR),) - $(info No CCACHE_DIR) -else - $(info CCACHE_DIR is ${CCACHE_DIR}) - CCPREFIX=ccache -endif - # Linker extra options here. ifeq ($(USE_LDOPT),) USE_LDOPT =