implement kernel symbol neutral method to select audio addon boards
[openadk.git] / package / ccache / Makefile
blob613cfe8aa9bf4892b180ef900fc0584f587e3d39
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= ccache
7 PKG_VERSION:= 3.3.4
8 PKG_RELEASE:= 1
9 PKG_HASH:= 24f15bf389e38c41548c9c259532187774ec0cb9686c3497bbb75504c8dc404f
10 PKG_DESCR:= compiler cache utility
11 PKG_SECTION:= dev/tools
12 PKG_SITES:= http://samba.org/ftp/ccache/
14 PKG_CFLINE_CCACHE:= depends on ADK_HOST_ONLY
16 include $(ADK_TOPDIR)/mk/host.mk
17 include $(ADK_TOPDIR)/mk/package.mk
19 $(eval $(call HOST_template,CCACHE,ccache,$(PKG_VERSION)-${PKG_RELEASE}))
21 include ${ADK_TOPDIR}/mk/host-bottom.mk
22 include ${ADK_TOPDIR}/mk/pkg-bottom.mk