Module Name:    src
Committed By:   jmcneill
Date:           Mon Oct  3 23:39:05 UTC 2011

Modified Files:
        src/sys/modules/gpio: Makefile

Log Message:
Remove an invalid include path from CPPFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/gpio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/gpio/Makefile
diff -u src/sys/modules/gpio/Makefile:1.2 src/sys/modules/gpio/Makefile:1.3
--- src/sys/modules/gpio/Makefile:1.2	Wed Aug 31 14:42:18 2011
+++ src/sys/modules/gpio/Makefile	Mon Oct  3 23:39:05 2011
@@ -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 @@ KMOD=   	gpio
 IOCONF=		gpio.ioconf
 SRCS=		gpio.c
 
-CPPFLAGS+=	-I${S}/gpio
 CWARNFLAGS+=	-Wno-unused
 
 .include <bsd.kmodule.mk>

Reply via email to