diff --git a/applet/Makefile b/applet/Makefile index 16bb4a16..a7c0214d 100755 --- a/applet/Makefile +++ b/applet/Makefile @@ -91,6 +91,7 @@ CFLAGS += -std=gnu99 -g -O2 -Wall -T$(LINKSCRIPT) CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4 -mthumb-interwork CFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 CFLAGS += -fshort-wchar +CFLAGS += -fcommon ifdef MKLISTING CFLAGS += -Wa,-a=$(@:.o=.lst) endif