From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from pfepa.post.tele.dk ([195.41.46.235]:33063 "EHLO pfepa.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752905AbZFGGX1 (ORCPT ); Sun, 7 Jun 2009 02:23:27 -0400 Date: Sun, 7 Jun 2009 08:25:43 +0200 From: Sam Ravnborg To: Sergey Lapin 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: <20090607062543.GA10730@uranus.ravnborg.org> References: <47c250c4bb2069d4faa2d6c5217d1aae15a5bc34.1244337432.git.slapin@ossfans.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <47c250c4bb2069d4faa2d6c5217d1aae15a5bc34.1244337432.git.slapin@ossfans.org> Sender: linux-wireless-owner@vger.kernel.org List-ID: > --- /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 Sam From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: [PATCH 2/5] net: add IEEE 802.15.4 socket family implementation Date: Sun, 7 Jun 2009 08:25:43 +0200 Message-ID: <20090607062543.GA10730@uranus.ravnborg.org> References: <47c250c4bb2069d4faa2d6c5217d1aae15a5bc34.1244337432.git.slapin@ossfans.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Dmitry Eremin-Solenikov , David Miller , Stephen Rothwell To: Sergey Lapin Return-path: Content-Disposition: inline In-Reply-To: <47c250c4bb2069d4faa2d6c5217d1aae15a5bc34.1244337432.git.slapin-9cOl001CZnBAfugRpC6u6w@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org > --- /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 Sam -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html