Change module definition in order to contain hw dependency
[bertos.git] / bertos / drv / phase.h
index 465477a3551877c6f30a900296fe73da5a5292d4..cf40b9c50d698998ce245341c2be5d99d0f4a8cc 100644 (file)
@@ -39,7 +39,7 @@
  * $WIZ$ module_name = "phase"
  * $WIZ$ module_depends = "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_phase.h"
- * }
+ * $WIZ$ module_hw = "bertos/hw/hw_phase.h", "bertos/hw/phase_map.h", "bertos/hw/hw_phase.c"
  */
 
 #ifndef DRV_PHASE_H