Add missing dependecy.
[bertos.git] / bertos / drv / eeprom.h
index ef6c58c952100e42feb733ba3f758e21cbfcda8a..063c3d4d8a25818a7b50335da1d1e25d60e4d5a2 100644 (file)
@@ -36,7 +36,7 @@
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * $WIZ$ module_name = "eeprom"
- * $WIZ$ module_depends = "kfile", "i2c"
+ * $WIZ$ module_depends = "kfile", "kfile_block", "kblock", "i2c"
  */
 
 #ifndef DRV_EEPROM_H