
16 Jan
2012
16 Jan
'12
1:03 a.m.
On Monday 09 January 2012 12:56:16 uma.shankar@samsung.com wrote:
--- a/common/Makefile +++ b/common/Makefile
+ifndef CONFIG_CMD_EXT4 +COBJS-$(CONFIG_CMD_EXT4_WRITE) += cmd_ext4.o +endif
the CONFIG_CMD_EXT4 check is not necessary. if someone tries to enable CONFIG_CMD_EXT4_WRITE but not CONFIG_CMD_EXT4, that's their fault. -mike