summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 941ee5f9b4..4d370aa9cd 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -22,9 +22,7 @@
22#ifndef __CONFIG_H__ 22#ifndef __CONFIG_H__
23#define __CONFIG_H__ 23#define __CONFIG_H__
24 24
25#ifndef __PCTOOL__
26#include "autoconf.h" 25#include "autoconf.h"
27#endif
28 26
29/* symbolic names for multiple choice configurations: */ 27/* symbolic names for multiple choice configurations: */
30 28
@@ -620,7 +618,7 @@ Lyre prototype 1*/
620/* Enable the directory cache and tagcache in RAM if we have 618/* Enable the directory cache and tagcache in RAM if we have
621 * plenty of RAM. Both features can be enabled independently. */ 619 * plenty of RAM. Both features can be enabled independently. */
622#if ((defined(MEMORYSIZE) && (MEMORYSIZE >= 8)) || MEM >= 8) && \ 620#if ((defined(MEMORYSIZE) && (MEMORYSIZE >= 8)) || MEM >= 8) && \
623 !defined(BOOTLOADER) 621 !defined(BOOTLOADER) && !defined(__PCTOOL__)
624#define HAVE_DIRCACHE 622#define HAVE_DIRCACHE
625#ifdef HAVE_TAGCACHE 623#ifdef HAVE_TAGCACHE
626#define HAVE_TC_RAMCACHE 624#define HAVE_TC_RAMCACHE