From: batt Date: Fri, 17 Apr 2009 14:20:53 +0000 (+0000) Subject: Add missing dependencies. X-Git-Tag: 2.1.0~139 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ab865a16a19523a99bb0b5030de417725e18875b;p=bertos.git Add missing dependencies. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2543 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/mcp41.h b/bertos/drv/mcp41.h index 032a0b81..6f5cf366 100644 --- a/bertos/drv/mcp41.h +++ b/bertos/drv/mcp41.h @@ -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