Commit bcaa98e8 by Enrico Pozzobon

Make sure to not accidentally compile drygascon128/add_arm_cortex-m for non-ARM targets

parent 6d28897c
...@@ -45,4 +45,8 @@ ...@@ -45,4 +45,8 @@
#define DRYGASCON_ALIGN_INPUT_32 #define DRYGASCON_ALIGN_INPUT_32
#endif #endif
#ifndef __DRYGASCON_ARM_SELECTOR_FOUND__
#error "No ARM definition found"
#endif
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment