From 0db70c6895320b8a835d544e5583f6c8714a9675 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 28 Nov 2012 14:08:09 +0000 Subject: configs/many/Make.defs: Fix typo -wstrict-prototypes; Add Calypso keypad driver (Denis Cariki) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5395 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z8f64200100kit/ostest/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/z8f64200100kit') diff --git a/nuttx/configs/z8f64200100kit/ostest/Make.defs b/nuttx/configs/z8f64200100kit/ostest/Make.defs index 05c2b1593..570fd0f1b 100644 --- a/nuttx/configs/z8f64200100kit/ostest/Make.defs +++ b/nuttx/configs/z8f64200100kit/ostest/Make.defs @@ -259,7 +259,7 @@ else HOSTCC = gcc HOSTINCLUDES = -I. - HOSTCFLAGS = -Wall -wstrict-prototypes -Wshadow -g -pipe + HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -g -pipe HOSTLDFLAGS = # This is the tool to use for dependencies (i.e., none) -- cgit v1.2.3