From: Paul Bolle <pebolle@tiscali.nl>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Insop Song <Insop.Song@gainspeed.com>,
devel@linuxdriverproject.org, linux-kernel@vger.kernel.org
Subject: [PATCH] staging: fpgaboot: clean up Makefile
Date: Thu, 03 Apr 2014 10:32:17 +0200 [thread overview]
Message-ID: <1396513937.31985.14.camel@x220> (raw)
In-Reply-To: <7731bd53be4b49e2924a7002f74dc090@BY2PR07MB011.namprd07.prod.outlook.com>
This Makefile tries to set the DEBUG macro but it uses an unknown
Kconfig macro to do so. Since no code appears to even care about the
DEBUG macro this line can safely be removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Completely untested.
By the way, do devel@driverdev.osuosl.org and
devel@linuxdriverproject.org deliver to the same list?
drivers/staging/gs_fpgaboot/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/gs_fpgaboot/Makefile b/drivers/staging/gs_fpgaboot/Makefile
index 34cb606..d2f0211 100644
--- a/drivers/staging/gs_fpgaboot/Makefile
+++ b/drivers/staging/gs_fpgaboot/Makefile
@@ -1,4 +1,2 @@
gs_fpga-y += gs_fpgaboot.o io.o
obj-$(CONFIG_GS_FPGABOOT) += gs_fpga.o
-
-ccflags-$(CONFIG_GS_FPGA_DEBUG) := -DDEBUG
--
1.9.0
next prev parent reply other threads:[~2014-04-03 8:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-01 18:48 [GIT PULL] Staging driver patches for 3.15-rc1 Greg KH
2014-04-02 8:24 ` Paul Bolle
2014-04-02 20:04 ` Greg KH
2014-04-02 20:52 ` Insop Song
2014-04-02 23:08 ` Greg KH
2014-04-04 5:16 ` Michal Simek
2014-09-04 23:13 ` Paul Bolle
2014-09-04 23:21 ` Greg KH
2014-09-05 11:28 ` [PATCH] [next-20140904] staging: gs_fpgaboot: remove checks for CONFIG_B4860G100 Paul Bolle
2014-04-03 8:32 ` Paul Bolle [this message]
2014-04-03 17:14 ` [PATCH] staging: fpgaboot: clean up Makefile Insop Song
2014-04-03 17:56 ` Dan Carpenter
2014-04-02 13:06 ` [GIT PULL] Staging driver patches for 3.15-rc1 Shuah Khan
2014-04-02 20:03 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2014-04-04 4:15 [PATCH] staging: fpgaboot: clean up Makefile Insop Song
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=1396513937.31985.14.camel@x220 \
--to=pebolle@tiscali.nl \
--cc=Insop.Song@gainspeed.com \
--cc=devel@linuxdriverproject.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.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