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.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index a870e5d815..1783cc137d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -440,13 +440,21 @@ Lyre prototype 1 */
440#include "config/mpiohd200.h" 440#include "config/mpiohd200.h"
441#elif defined(MPIO_HD300) 441#elif defined(MPIO_HD300)
442#include "config/mpiohd300.h" 442#include "config/mpiohd300.h"
443#elif defined(SDLAPP)
444#include "config/sdlapp.h"
445#elif defined(ANDROID)
446#include "config/android.h"
447#elif defined(NOKIAN8XX)
448#include "config/nokian8xx.h"
449#elif defined(NOKIAN900)
450#include "config/nokian900.h"
451#else
452/* no known platform */
453#endif
443 454
444#elif defined(APPLICATION) 455#ifdef APPLICATION
445#include "config/application.h"
446#define CONFIG_CPU 0 456#define CONFIG_CPU 0
447#define CONFIG_STORAGE 0 457#define CONFIG_STORAGE 0
448#else
449/* no known platform */
450#endif 458#endif
451 459
452/* keep this include after the target configs */ 460/* keep this include after the target configs */