From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 16 Jan 2012 08:58:20 +0100 Subject: [U-Boot] [PATCH V4 2/2] ext4fs write support In-Reply-To: <201201151903.09599.vapier@gentoo.org> References: <1325039007-10611-1-git-send-email-uma.shankar@samsung.com> <1326131776-25115-1-git-send-email-uma.shankar@samsung.com> <201201151903.09599.vapier@gentoo.org> Message-ID: <20120116075820.D8CFD17133E2@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Mike Frysinger, In message <201201151903.09599.vapier@gentoo.org> you wrote: > > > +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. we can try to be a bit user-friendly at least and throw a compile time error message. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de "Virtual" means never knowing where your next byte is coming from.