Make sem, signal and monitor separates modules.
[bertos.git] / bertos / kern / signal.h
index 6385112ef972c21520428e5915ac631c4894743b..de3dc5ec7e80385b1e25f8860c36dc5284a5051d 100644 (file)
  * \version $Id$
  *
  * \author Bernie Innocenti <bernie@codewiz.org>
+ *
+ * $WIZ$ module_name = "signal"
+ * $WIZ$ module_depends = "kernel"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_signal.h"
  */
 
 #ifndef KERN_SIGNAL_H