From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Fri, 28 Dec 2007 10:32:04 +0100 Subject: [U-Boot-Users] [PATCH RESEND] Add Epson RX8025 RTC support In-Reply-To: <20071227175052.GA25039@game.jcrosoft.org> References: <200712271655.17981.matthias.fuchs@esd-electronics.com> <20071227175052.GA25039@game.jcrosoft.org> Message-ID: <200712281032.05033.matthias.fuchs@esd-electronics.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 27 December 2007 18:50, Jean-Christophe PLAGNIOL-VILLARD wrote: > > Could you add this > COBJS-$(CONFIG_RTC_RX8025) += rx8025.c > instead of > > > +COBJS-y += rx8025.o > > and on consequence remove the "define(CONFIG_RTC_RX8025)" from the > drivers. I can do that. Do you want me to do that for all RTC drivers in that Makefile? I prefer to keep the patch as is and then generate a separate patch that updates the complete Makefile to the KConfig style. What do you think? Matthias