summaryrefslogtreecommitdiff
path: root/scripts/kconfig
authorclem <clem>2004-10-15 21:22:20 (UTC)
committer clem <clem>2004-10-15 21:22:20 (UTC)
commitfaa6face6dbc1346ce16816264372afb245e22ef (patch) (side-by-side diff)
tree845a686b888ed504e9d8d6f4e5ecc91ecb5a1aa1 /scripts/kconfig
parentae1b5551b09ad19a4fd353ac19afcf8b212733b0 (diff)
downloadopie-faa6face6dbc1346ce16816264372afb245e22ef.zip
opie-faa6face6dbc1346ce16816264372afb245e22ef.tar.gz
opie-faa6face6dbc1346ce16816264372afb245e22ef.tar.bz2
enable ccache/distcc on lxdialog and kconfig
Diffstat (limited to 'scripts/kconfig') (more/less context) (ignore whitespace changes)
-rw-r--r--scripts/kconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 6006a80..492eb0a 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -1,6 +1,6 @@
VERSION=1.4
-CC=gcc
-CXX=g++
+CC=$(CCACHE) gcc
+CXX=$(CCACHE) g++
CFLAGS=-O0 -Wall -g -fPIC
CXXFLAGS=$(CFLAGS) -I$(QTDIR)/include
LDFLAGS=