From: Arnout Vandecappelle Date: Sun, 4 Oct 2015 12:28:49 +0000 (+0100) Subject: uboot: remove now-redundant ccache handling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbdf8317081c783f0ac416336e76b7bf7160823c;p=buildroot.git uboot: remove now-redundant ccache handling Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Reviewed-by: Romain Naour Signed-off-by: Peter Korsgaard --- diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index 8f321ac35f..74940788ce 100644 --- a/boot/uboot/uboot.mk +++ b/boot/uboot/uboot.mk @@ -74,7 +74,7 @@ endif UBOOT_ARCH = $(KERNEL_ARCH) UBOOT_MAKE_OPTS += \ - CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \ + CROSS_COMPILE="$(TARGET_CROSS)" \ ARCH=$(UBOOT_ARCH) # Helper function to fill the U-Boot config.h file.