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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 782668f161..359eadd82d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -34,6 +34,8 @@
34#include "config-ondiosp.h" 34#include "config-ondiosp.h"
35#elif defined(ARCHOS_ONDIOFM) 35#elif defined(ARCHOS_ONDIOFM)
36#include "config-ondiofm.h" 36#include "config-ondiofm.h"
37#elif defined(IRIVER_H100)
38#include "config-h100.h"
37#else 39#else
38/* no known platform */ 40/* no known platform */
39#endif 41#endif