diff options
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 9c6f1f73c5..ffe34fb81b 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -535,6 +535,10 @@ Lyre prototype 1 */ #include "config/hifietma9.h" #elif defined(MA9C) #include "config/hifietma9c.h" +#elif defined(MA8) +#include "config/hifietma8.h" +#elif defined(MA8C) +#include "config/hifietma8c.h" #elif defined(SONY_NWZE370) #include "config/sonynwze370.h" #elif defined(SONY_NWZE360) |