Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/gpio Remove an invalid include path from CPPFLAGS



details:   https://anonhg.NetBSD.org/src/rev/20f5ae6defdd
branches:  trunk
changeset: 770110:20f5ae6defdd
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Oct 03 23:39:05 2011 +0000

description:
Remove an invalid include path from CPPFLAGS

diffstat:

 sys/modules/gpio/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 96bebd789aac -r 20f5ae6defdd sys/modules/gpio/Makefile
--- a/sys/modules/gpio/Makefile Mon Oct 03 22:33:02 2011 +0000
+++ b/sys/modules/gpio/Makefile Mon Oct 03 23:39:05 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2011/08/31 14:42:18 mbalmer Exp $
+#      $NetBSD: Makefile,v 1.3 2011/10/03 23:39:05 jmcneill Exp $
 
 .include "../Makefile.inc"
 
@@ -8,7 +8,6 @@
 IOCONF=                gpio.ioconf
 SRCS=          gpio.c
 
-CPPFLAGS+=     -I${S}/gpio
 CWARNFLAGS+=   -Wno-unused
 
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index