mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 08:23:24 +02:00
fs: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
|
||||
|
||||
#include <common.h>
|
||||
#if defined(CONFIG_CMD_REISER)
|
||||
|
||||
#include <config.h>
|
||||
#include <reiserfs.h>
|
||||
|
||||
@@ -119,5 +117,3 @@ int reiserfs_devread (int sector, int byte_offset, int byte_len, char *buf)
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user