Skip to content
Snippets Groups Projects
Commit e9c369e2 authored by René Kijewski's avatar René Kijewski
Browse files

redbee-econotag: don't print noisy warning

parent 5773070d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment