From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 11 Jul 2008 13:13:48 +0200 Subject: [U-Boot-Users] [PATCH 1/1] hwmon: Cleaning hwmon devices In-Reply-To: <4253.7081-31023-1969320197-1215774400@seznam.cz> References: <4253.7081-31023-1969320197-1215774400@seznam.cz> Message-ID: <200807111313.49173.sr@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 On Friday 11 July 2008, Michal Simek wrote: > >> -COBJS-y += adm1021.o > >> -COBJS-y += ds1621.o > >> -COBJS-y += ds1722.o > >> -COBJS-y += ds1775.o > >> +COBJS-$(CONFIG_DTT_ADM1021) += adm1021.o > >> +COBJS-$(CONFIG_DTT_DS1621) += ds1621.o > >> +COBJS-$(CONFIG_DS1722) += ds1722.o > > > >CONFIG_DS1722 does not match the "CONFIG_DTT_foo" idea all other sensors > > are using. Perhaps you could fix this up too (CONFIG_DS1722 -> > > CONFIG_DTT_DS1722) with another version of this patch? > > Second patch for it seems reasonable for me because there will be change in > board config and it will be better to have full change in one commit. I'll > do it and send it. Great, that's what I meant. Thanks. Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================