On Wed, 03 Aug 2011 03:28:13 +0000, Daniel Mierswa wrote:

 KERNEL_MAKEOPTS := -C $(LINUX_DIR) \
-       CROSS_COMPILE="$(KERNEL_CROSS)" \
+       CROSS_COMPILE="ccache $(KERNEL_CROSS)" \
        ARCH="$(LINUX_KARCH)" \
        KBUILD_HAVE_NLS=no \
        CONFIG_SHELL="$(BASH)"

Is ccache mandatory for building OpenWRT? I would advise that you need to use something like $(CCACHE) that can be empty when you have no ccache around.

Regards,

--
Bas
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to