[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1423857696-17781-1-git-send-email-cass@cassm.net>
Date: Fri, 13 Feb 2015 20:01:36 +0000
From: Cass May <cass@...sm.net>
To: lidza.louina@...il.com, markh@...pro.net
Cc: driverdev-devel@...uxdriverproject.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, Cass May <cass@...sm.net>
Subject: [PATCH v2] dgnc: Use ccflags -y instead of EXTRA_CFLAGS
Correction to syntax error in previous patch version. Apologies.
Signed-off-by: Cass May <cass@...sm.net>
---
drivers/staging/dgnc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/dgnc/Makefile b/drivers/staging/dgnc/Makefile
index b69f7b6..a278900 100644
--- a/drivers/staging/dgnc/Makefile
+++ b/drivers/staging/dgnc/Makefile
@@ -1,4 +1,4 @@
-EXTRA_CFLAGS += -DDG_NAME=\"dgnc-1.3-16\" -DDG_PART=\"40002369_F\"
+ccflags-y := -DDG_NAME=\"dgnc-1.3-16\" -DDG_PART=\"40002369_F\"
obj-$(CONFIG_DGNC) += dgnc.o
--
2.1.4
--
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