lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 8 Jun 2009 02:36:20 +0400
From:	Sergey Lapin <slapin@...fans.org>
To:	Sam Ravnborg <sam@...nborg.org>
Cc:	linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org,
	netdev@...r.kernel.org,
	Dmitry Eremin-Solenikov <dbaryshkov@...il.com>,
	David Miller <davem@...emloft.net>,
	Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: [PATCH 2/5] net: add IEEE 802.15.4 socket family implementation

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists