From e9c369e2d708c36c327e38d42462c1607e510fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= <rene.kijewski@fu-berlin.de> Date: Mon, 29 Sep 2014 18:42:48 +0200 Subject: [PATCH] redbee-econotag: don't print noisy warning --- boards/redbee-econotag/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/redbee-econotag/Makefile.include b/boards/redbee-econotag/Makefile.include index 0f01f88f5c..56fec9cc04 100644 --- a/boards/redbee-econotag/Makefile.include +++ b/boards/redbee-econotag/Makefile.include @@ -11,7 +11,7 @@ export CFLAGS += -march=armv4t -mtune=arm7tdmi-s -mlong-calls \ -nodefaultlibs -Wcast-align -Wall -Wstrict-prototypes -Wextra \ -Os -pipe export CFLAGS_MTHUMB ?= -mthumb -$(warning TODO add -mthumb) +# TODO add -mthumb export AFLAGS = -Wa,-gstabs $(CFLAGS) export AS = $(PREFIX)as export LINK = $(PREFIX)gcc -- GitLab