aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-11-16 14:48:12 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2012-04-11 16:56:51 -0400
commitbdf0c087c0172dd911bb1cda7531b2bd46312700 (patch)
tree04f5f3cffbe42f37048ad54552463425653096e8
parent844665608fbeeab270e3d1a4bd797afd24302a10 (diff)
downloadlibrambutan-bdf0c087c0172dd911bb1cda7531b2bd46312700.tar.gz
librambutan-bdf0c087c0172dd911bb1cda7531b2bd46312700.zip
libmaple/rules.mk: Reinstate -Werror.
This is OK across all boards now that USB is its own submodule. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r--libmaple/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/rules.mk b/libmaple/rules.mk
index 3dcf0ce..cdc0614 100644
--- a/libmaple/rules.mk
+++ b/libmaple/rules.mk
@@ -7,7 +7,7 @@ BUILDDIRS += $(BUILD_PATH)/$(d)
LIBMAPLE_INCLUDES := -I$(LIBMAPLE_PATH)/include
# Local flags
-CFLAGS_$(d) = -I$(d) $(LIBMAPLE_INCLUDES) -Wall # -Werror
+CFLAGS_$(d) = -I$(d) $(LIBMAPLE_INCLUDES) -Wall -Werror
# Local rules and targets
cSRCS_$(d) := adc.c \