Rafactor ARM modules to be compiled explicitly (without C file stub).
[bertos.git] / bertos / cpu / arm / drv / pwm_arm.c
index d643739ce9b4df752a254fea1b390ecfb1bf5d6d..77a6a68be6c989b6a932f04272b5ff4a31973157 100644 (file)
  *
  * \author Daniele Basile <asterix@develer.com>
  *
- * This module is automatically included so no need to include 
+ * 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 pwm_at91.c
 
-#if CPU_ARM_AT91
-       #include "pwm_at91.c"
-/*#elif  Add other ARM families here */
-#else
-       #error Unknown CPU
-#endif
+       #include <cpu/detect.h>
+
+       #if CPU_ARM_AT91
+               #include "pwm_at91.c"
+       /*#elif  Add other ARM families here */
+       #else
+               #error Unknown CPU
+       #endif
+#endif  /* WIZ_AUTOGEN */
\ No newline at end of file