Config.in 296 B

12345678910111213141516
  1. #
  2. comment "Ccache Options"
  3. config BR2_CCACHE
  4. bool "Enable ccache support?"
  5. help
  6. Enable ccache support?
  7. config BR2_CCACHE_DIR
  8. string "ccache dir location?"
  9. depends on BR2_CCACHE
  10. default "$(TOOLCHAIN_DIR)/ccache-$(CCACHE_VER)/cache"
  11. help
  12. Where ccache should store cached files.