summaryrefslogtreecommitdiff
path: root/Cryptlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Cryptlib/Makefile')
-rw-r--r--Cryptlib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cryptlib/Makefile b/Cryptlib/Makefile
index 5bae10c9..bc5681c5 100644
--- a/Cryptlib/Makefile
+++ b/Cryptlib/Makefile
@@ -1,3 +1,6 @@
+ifneq ($(CCACHE_DISABLE),)
+export CCACHE_DISABLE
+endif
INCLUDES = -I$(TOPDIR) -iquote $(TOPDIR) -I$(TOPDIR)/Include \
$(EFI_INCLUDES) -I$(shell $(CC) -print-file-name=include)