fs: Move conditional compilation to Makefile

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2008-08-31 04:24:56 +02:00
parent c1de7a6daf
commit 08ab4e1780
30 changed files with 32 additions and 109 deletions

View file

@ -25,8 +25,6 @@
#include <common.h>
#if defined(CONFIG_CMD_EXT2)
#include <config.h>
#include <ext2fs.h>
@ -139,4 +137,3 @@ int ext2fs_devread (int sector, int byte_offset, int byte_len, char *buf) {
}
return (1);
}
#endif