Add missing dependencies.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Apr 2009 14:20:53 +0000 (14:20 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Apr 2009 14:20:53 +0000 (14:20 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2543 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/mcp41.h

index 032a0b817f1569f95bee7d9b06b2fb372d38f8fd..6f5cf366cffc20f6dd8a61e4180b24dc48b40402 100644 (file)
@@ -38,7 +38,7 @@
  *
  * $WIZ$ module_name = "mcp41"
  * $WIZ$ module_depends = "timer", "kfile"
- * $WIZ$ module_hw = "bertos/hw/hw_mcp41.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_mcp41.h", "bertos/hw/hw_mcp41.c", "bertos/hw/mcp41_map.h"
  */
 
 #ifndef DRV_MCP41_H