From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Sun, 15 Jan 2012 19:03:05 -0500 Subject: [U-Boot] [PATCH V4 2/2] ext4fs write support In-Reply-To: <1326131776-25115-1-git-send-email-uma.shankar@samsung.com> References: <1325039007-10611-1-git-send-email-uma.shankar@samsung.com> <1326131776-25115-1-git-send-email-uma.shankar@samsung.com> Message-ID: <201201151903.09599.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday 09 January 2012 12:56:16 uma.shankar at 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: