X-Git-Url: http://git.asbjorn.biz/?p=rapper.git;a=blobdiff_plain;f=new_cmsis%2FMakefile;h=f320ab35ac9a5ba3182746c7c3acf2a25bf8f4b6;hp=efcf2d922ea4b71b139b3df9fc8fc811b46cd59c;hb=b53b7ca998f1ae39a58c20eea19a7ff3d7961f94;hpb=4c765357d3685985fea2c360e681025c772e0472 diff --git a/new_cmsis/Makefile b/new_cmsis/Makefile index efcf2d9..f320ab3 100644 --- a/new_cmsis/Makefile +++ b/new_cmsis/Makefile @@ -1,7 +1,8 @@ PROJECT=rapper PLATFORM ?= arm-none-eabi LDFLAGS=--gc-sections -g -T LPC1768-flash.ld -CFLAGS=-W -Wall -Os --std=gnu99 -fgnu89-inline -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -I. -g +CFLAGS=-W -Wall --std=gnu99 -fgnu89-inline -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -I. -g +#CFLAGS+=-Os # objects are separated by space OBJECTS=startup.o system_LPC17xx.o main.o core_cm3.o