From bb73af7b3a713ebbf4812801316f241ce8d702b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Thu, 18 Nov 2010 19:05:57 +0000 Subject: [PATCH] Makefile: Add support for overriding PLATFORM MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Usage: make PLATFORM=arm-stupid-eabi Signed-off-by: Asbjørn Sloth Tønnesen --- new_cmsis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4