From 5d3ab261c0f994b25013f73b4fd9794d81740da7 Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 2 Oct 2014 19:52:28 +1000 Subject: Add makefile support for absolute paths Add makefile support for cygwin gmake versus mingw gmake Add makefile support for "master" directories eg GFXLIB, CHIBIOS etc --- tools/gmake_scripts/readme.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/gmake_scripts/readme.txt') diff --git a/tools/gmake_scripts/readme.txt b/tools/gmake_scripts/readme.txt index 004c1495..979ca364 100644 --- a/tools/gmake_scripts/readme.txt +++ b/tools/gmake_scripts/readme.txt @@ -18,6 +18,7 @@ OPT_OS=win32|win32.chibios|linux|osx|chibios|freertos|ecos|raw32|rawrtos - Manda BUILDDIR - Build Directory - default is ".build" or "bin/Debug" or "bin/Release" depending on the target PROJECT - Project Name - default is the name of the project directory +PATHLIST - A list of variable names of "master" paths that contain source and other objects of interest - default is "" ARCH - Architecture - default is "" XCC - C compiler - default is "$(ARCH)gcc" -- cgit v1.2.3