Rafactor ARM modules to be compiled explicitly (without C file stub).
[bertos.git] / bertos / cpu / arm / drv / twi_arm.c
index 4b67aea8407bf182ad1350d997d532397ef7aa93..8395f392cf0b55ef9edaa6123b674425a671ce9c 100644 (file)
  *
  * \author Daniele Basile <asterix@develer.com>
  *
+ * This module is automatically included so no need to include
+ * in test list.
+ * notest: arm
+ *
  */
 
-#include <cpu/detect.h>
+#ifndef WIZ_AUTOGEN
+       #warning This file is deprecated, you should use twi_at91.c
+
+       #include <cpu/detect.h>
 
-#if CPU_ARM_AT91
-       #include "twi_at91.c"
-/*#elif  Add other ARM families here */
-#else
-       #error Unknown CPU
-#endif
+       #if CPU_ARM_AT91
+               #include "twi_at91.c"
+       /*#elif  Add other ARM families here */
+       #else
+               #error Unknown CPU
+       #endif
+#endif /* WIZ_AUTOGEN */