diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-31 04:24:56 +0200 | 
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-31 04:24:56 +0200 | 
| commit | 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878 (patch) | |
| tree | 0b8d061f6fd4b7ad68b94e509e644e5456a44613 /fs/fdos/subdir.c | |
| parent | c1de7a6daf9c657484e1c6d433f01fccd49a7f48 (diff) | |
| download | olio-uboot-2014.01-08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878.tar.xz olio-uboot-2014.01-08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878.zip | |
fs: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'fs/fdos/subdir.c')
| -rw-r--r-- | fs/fdos/subdir.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/fs/fdos/subdir.c b/fs/fdos/subdir.c index 497f554f9..5e96b0a65 100644 --- a/fs/fdos/subdir.c +++ b/fs/fdos/subdir.c @@ -26,8 +26,6 @@  #include <config.h>  #include <malloc.h> -#if defined(CONFIG_CMD_FDOS) -  #include "dos.h"  #include "fdos.h" @@ -345,4 +343,3 @@ int read_file (Fs_t *fs,      }      return (read);  } -#endif |