Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756085AbZFGWgy (ORCPT ); Sun, 7 Jun 2009 18:36:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754962AbZFGWgn (ORCPT ); Sun, 7 Jun 2009 18:36:43 -0400 Received: from build.ossfans.org ([67.223.233.67]:55906 "EHLO build.ossfans.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752935AbZFGWgm (ORCPT ); Sun, 7 Jun 2009 18:36:42 -0400 Date: Mon, 8 Jun 2009 02:36:20 +0400 From: Sergey Lapin To: Sam Ravnborg Cc: linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Dmitry Eremin-Solenikov , David Miller , Stephen Rothwell Subject: Re: [PATCH 2/5] net: add IEEE 802.15.4 socket family implementation Message-ID: <20090607223620.GA9606@build.ossfans.org> References: <47c250c4bb2069d4faa2d6c5217d1aae15a5bc34.1244337432.git.slapin@ossfans.org> <20090607062543.GA10730@uranus.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090607062543.GA10730@uranus.ravnborg.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 802 Lines: 24 On Sun, Jun 07, 2009 at 08:25:43AM +0200, Sam Ravnborg wrote: > > --- /dev/null > > +++ b/net/ieee802154/Makefile > > @@ -0,0 +1,4 @@ > > +obj-$(CONFIG_IEEE802154) += af_802154.o > > +af_802154-objs := af_ieee802154.o raw.o dgram.o > > + > > +EXTRA_CFLAGS += -Wall -DDEBUG > > Please change this to following style: > > +obj-$(CONFIG_IEEE802154) += af_802154.o > > +af_802154-y := af_ieee802154.o raw.o dgram.o > > + > > +ccflags-y += -Wall -DDEBUG Ok, I'll re-submit whole request monday night hoping to get some more review. Thanks! S. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/