mk: quote KERNELCC to allow ccache build
authorSimon Kagstrom <simon.kagstrom@netinsight.net>
Thu, 24 Sep 2015 07:43:28 +0000 (09:43 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 25 Oct 2015 17:39:46 +0000 (18:39 +0100)
commit5e983289048a97a3f001a2a89bdb2d548ce51ada
treecd5d63cfc0a6ade07a46b841dd454734eb13845e
parent139debc42dc0a320dad40f5295b74d2e3ab8a7f9
mk: quote KERNELCC to allow ccache build

Otherwise building with KERNELCC="ccache gcc" will fail:
 ccache: invalid option -- 'p'

Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
mk/rte.module.mk