From 7dc83db3dd3c520e3a2307f8f98d6469fd3f42fa Mon Sep 17 00:00:00 2001 From: xSmurf Date: Thu, 8 Oct 2015 16:46:28 +0000 Subject: [PATCH] Moved ccache --- configs/coreboot_defconfig | 2 +- configs/coreboot_grsec_defconfig | 2 +- configs/coreboot_minimal_defconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig index 3b15be4..f9667d7 100644 --- a/configs/coreboot_defconfig +++ b/configs/coreboot_defconfig @@ -1,7 +1,7 @@ BR2_x86_64=y BR2_x86_corei7_avx=y BR2_CCACHE=y -BR2_CCACHE_DIR="$(CONFIG_DIR)/../buildroot-ccache" +BR2_CCACHE_DIR="$(CONFIG_DIR)/ccache" BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/board/coreboot/patches" BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_ENABLE_LOCALE_PURGE=y diff --git a/configs/coreboot_grsec_defconfig b/configs/coreboot_grsec_defconfig index 578b736..f84f6b4 100644 --- a/configs/coreboot_grsec_defconfig +++ b/configs/coreboot_grsec_defconfig @@ -1,7 +1,7 @@ BR2_x86_64=y BR2_x86_corei7_avx=y BR2_CCACHE=y -BR2_CCACHE_DIR="$(CONFIG_DIR)/../buildroot-ccache" +BR2_CCACHE_DIR="$(CONFIG_DIR)/ccache" BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/board/coreboot/patches" BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_ENABLE_LOCALE_PURGE=y diff --git a/configs/coreboot_minimal_defconfig b/configs/coreboot_minimal_defconfig index 9e0add4..d319ca2 100644 --- a/configs/coreboot_minimal_defconfig +++ b/configs/coreboot_minimal_defconfig @@ -1,7 +1,7 @@ BR2_x86_64=y BR2_x86_corei7_avx=y BR2_CCACHE=y -BR2_CCACHE_DIR="$(CONFIG_DIR)/../buildroot-ccache" +BR2_CCACHE_DIR="$(CONFIG_DIR)/ccache" BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/board/coreboot/patches" BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_ENABLE_LOCALE_PURGE=y