From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755193AbYEHEyM (ORCPT ); Thu, 8 May 2008 00:54:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751731AbYEHEx6 (ORCPT ); Thu, 8 May 2008 00:53:58 -0400 Received: from vigor.karmaclothing.net ([217.169.26.28]:36702 "EHLO dl5rb.ham-radio-op.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751268AbYEHEx5 (ORCPT ); Thu, 8 May 2008 00:53:57 -0400 Date: Thu, 8 May 2008 05:51:06 +0100 From: Ralf Baechle To: "Maciej W. Rozycki" Cc: Jean Delvare , Alessandro Zummo , Thomas Gleixner , Andrew Morton , rtc-linux@googlegroups.com, i2c@lm-sensors.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [RFC][PATCH 2/4] RTC: SWARM I2C board initialization Message-ID: <20080508045106.GB25531@linux-mips.org> References: <20080507085953.2c08b854@hyperion.delvare> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 07, 2008 at 10:13:23PM +0100, Maciej W. Rozycki wrote: > Ralf -- what do you think about the Makefile changes? I can send you a > separate patch which will reduce the span of this one. I like it; we maybe should consider getting rid of most of the libs-* stuff in arch/mips/Makefile. Some of it might be causing subtle bugs such as routines exported to modules not getting linked into the kernel proper. Ralf