X-Git-Url: http://git.asbjorn.it/?p=rapper.git;a=blobdiff_plain;f=new_cmsis%2FMakefile;h=efcf2d922ea4b71b139b3df9fc8fc811b46cd59c;hp=d3af0b2551012495eead9118ff910c667744ad3a;hb=bb73af7b3a713ebbf4812801316f241ce8d702b9;hpb=3438bf0abc23eef37e92dfc56cd9410663b35434 diff --git a/new_cmsis/Makefile b/new_cmsis/Makefile index d3af0b2..efcf2d9 100644 --- a/new_cmsis/Makefile +++ b/new_cmsis/Makefile @@ -1,5 +1,5 @@ PROJECT=rapper -PLATFORM=arm-none-eabi +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