diff options
Diffstat (limited to 'target/device/Atmel/at91sam9g20dfc')
-rw-r--r-- | target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig index ef8fdbae9..a7a5c8cee 100644 --- a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig +++ b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig @@ -297,7 +297,7 @@ BR2_GCC_SHARED_LIBGCC=y # Ccache Options # BR2_CCACHE=y -BR2_CCACHE_DIR="$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)/cache" +BR2_CCACHE_DIR="$(TOOLCHAIN_DIR)/ccache-$(CCACHE_VER)/cache" # # Gdb Options |