From: Christoph Hellwig <hch@infradead.org>
To: Jay Cliburn <jacliburn@bellsouth.net>
Cc: jeff@garzik.org, shemminger@osdl.org, csnook@redhat.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
atl1-devel@lists.sourceforge.net
Subject: Re: [PATCH 1/4] atl1: Build files for Attansic L1 driver
Date: Thu, 11 Jan 2007 09:19:13 +0000 [thread overview]
Message-ID: <20070111091913.GA3141@infradead.org> (raw)
In-Reply-To: <20070111004051.GB2624@osprey.hogchain.net>
On Wed, Jan 10, 2007 at 06:40:51PM -0600, Jay Cliburn wrote:
> --- /dev/null
> +++ b/drivers/net/atl1/Makefile
> @@ -0,0 +1,30 @@
> +################################################################################
> +#
> +# Attansic L1 gigabit ethernet driver
> +# Copyright(c) 2005 - 2006 Attansic Corporation.
> +#
> +# This program is free software; you can redistribute it and/or modify it
> +# under the terms and conditions of the GNU General Public License,
> +# version 2, as published by the Free Software Foundation.
> +#
> +# This program is distributed in the hope it will be useful, but WITHOUT
> +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
> +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
> +# more details.
> +#
> +# You should have received a copy of the GNU General Public License along with
> +# this program; if not, write to the Free Software Foundation, Inc.,
> +# 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
> +#
> +# The full GNU General Public License is included in this distribution in
> +# the file called "COPYING".
> +#
> +################################################################################
I don't think anyone can claim copyright on two lines of actual kbuild code.
> +#
> +# Makefile for the Attansic L1 gigabit ethernet driver
> +#
This comment is antirely superflous.
> +obj-$(CONFIG_ATL1) += atl1.o
> +
> +atl1-objs := atl1_main.o atl1_hw.o atl1_ethtool.o atl1_param.o
Thi should be atl1-y += ...
In short the whole contents of this file should be:
---------------- snip ----------------
obj-$(CONFIG_ATL1) += atl1.o
atl1-y += atl1_main.o atl1_hw.o atl1_ethtool.o atl1_param.o
---------------- snip ----------------
next prev parent reply other threads:[~2007-01-11 9:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-11 0:40 [PATCH 1/4] atl1: Build files for Attansic L1 driver Jay Cliburn
2007-01-11 9:19 ` Christoph Hellwig [this message]
2007-01-11 9:31 ` Chris Snook
2007-01-11 9:49 ` Jeff Garzik
-- strict thread matches above, loose matches on Subject: below --
2007-01-21 21:05 Jay Cliburn
2006-11-19 20:29 Jay Cliburn
2006-11-19 23:24 ` Randy Dunlap
2006-11-20 6:06 ` Chris Snook
2006-11-20 15:41 ` Randy Dunlap
2006-11-20 16:19 ` Chris Snook
2006-11-20 20:04 ` Francois Romieu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070111091913.GA3141@infradead.org \
--to=hch@infradead.org \
--cc=atl1-devel@lists.sourceforge.net \
--cc=csnook@redhat.com \
--cc=jacliburn@bellsouth.net \
--cc=jeff@garzik.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=shemminger@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).