From 5a3f22617b02ec366461be21765e636e6bdd0222 Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 6 Oct 2014 17:05:16 +1000 Subject: Add support for FreeRTOS into make system --- tools/gmake_scripts/cpu_armv6.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tools/gmake_scripts/cpu_armv6.mk (limited to 'tools/gmake_scripts/cpu_armv6.mk') diff --git a/tools/gmake_scripts/cpu_armv6.mk b/tools/gmake_scripts/cpu_armv6.mk new file mode 100644 index 00000000..0fa5867e --- /dev/null +++ b/tools/gmake_scripts/cpu_armv6.mk @@ -0,0 +1,18 @@ +# +# This file is subject to the terms of the GFX License. If a copy of +# the license was not distributed with this file, you can obtain one at: +# +# http://ugfx.org/license.html +# + +# +# See readme.txt for the make API +# + +# Requirements: +# +# NONE +# + +SRCFLAGS += -march=armv6 -mfpu=vfp -mfloat-abi=hard +LDFLAGS += -march=armv6 -mfpu=vfp -mfloat-abi=hard -- cgit v1.2.3