mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
fs: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
c1de7a6daf
commit
08ab4e1780
30 changed files with 32 additions and 109 deletions
|
@ -25,7 +25,6 @@
|
|||
|
||||
|
||||
#include <common.h>
|
||||
#if defined(CONFIG_CMD_REISER)
|
||||
#include <linux/stat.h>
|
||||
|
||||
#if ( S_ISUID != 04000 ) || ( S_ISGID != 02000 ) || ( S_ISVTX != 01000 ) \
|
||||
|
@ -137,5 +136,3 @@ const char *bb_mode_string(int mode)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue