From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pasmtp.tele.dk (pasmtpa.tele.dk [80.160.77.114]) by ozlabs.org (Postfix) with ESMTP id 0410667B81 for ; Wed, 9 Aug 2006 20:24:09 +1000 (EST) Date: Wed, 9 Aug 2006 11:50:47 +0200 From: Sam Ravnborg To: Jan-Bernd Themann Subject: Re: [PATCH 5/6] ehea: makefile Message-ID: <20060809095047.GA11555@mars.ravnborg.org> References: <44D99F74.1000704@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <44D99F74.1000704@de.ibm.com> Cc: Thomas Klein , netdev , linux-kernel , linux-ppc , Christoph Raisch , Marcus Eder List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Aug 09, 2006 at 10:40:20AM +0200, Jan-Bernd Themann wrote: > Signed-off-by: Jan-Bernd Themann > > > drivers/net/ehea/Makefile | 7 +++++++ > 1 file changed, 7 insertions(+) > > > > --- linux-2.6.18-rc4-orig/drivers/net/ehea/Makefile 1969-12-31 > 16:00:00.000000000 -0800 > +++ kernel/drivers/net/ehea/Makefile 2006-08-08 23:59:38.083467216 -0700 > @@ -0,0 +1,7 @@ > +# > +# Makefile for the eHEA ethernet device driver for IBM eServer System p > +# > + > +ehea_mod-objs = ehea_main.o ehea_phyp.o ehea_qmr.o ehea_ethtool.o > ehea_phyp.o > +obj-$(CONFIG_EHEA) += ehea_mod.o > + Using -objs is deprecated, please use ehea_mod-y. This needs to be documented and later warned upon which I will do soon. Sam