diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-10-06 15:50:19 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-10-06 15:50:43 +1000 |
commit | 63fd8ab89b9c4cdddcfd91aacbf12871aeff556e (patch) | |
tree | c36a92ee7d769ec7de92ad804078912a054cc951 /boards/base/Linux | |
parent | bbc7b6e039d179c92fe53a6ad522131e64412432 (diff) | |
download | uGFX-63fd8ab89b9c4cdddcfd91aacbf12871aeff556e.tar.gz uGFX-63fd8ab89b9c4cdddcfd91aacbf12871aeff556e.tar.bz2 uGFX-63fd8ab89b9c4cdddcfd91aacbf12871aeff556e.zip |
Update support for ChibiOS v3 to the current repository.
Update Make system to match.
Add ability to make to a library rather than a program
Stop ignoring objcode invalid format errors
Multiple make tidy ups
Diffstat (limited to 'boards/base/Linux')
-rw-r--r-- | boards/base/Linux/example/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/boards/base/Linux/example/Makefile b/boards/base/Linux/example/Makefile index 3d6d3d60..d75c1dd2 100644 --- a/boards/base/Linux/example/Makefile +++ b/boards/base/Linux/example/Makefile @@ -6,13 +6,8 @@ # General settings # See $(GFXLIB)/tools/gmake_scripts/readme.txt for the list of variables - OPT_VERBOSE_COMPILE = no - OPT_GENERATE_LISTINGS = yes - OPT_GENERATE_MAP = yes - OPT_COPY_EXE = no - OPT_LINK_OPTIMIZE = yes - OPT_NONSTANDARD_FLAGS = no OPT_OS = linux + OPT_LINK_OPTIMIZE = yes # Change this next setting (or add the explicit compiler flags) if you are not compiling for x86 linux OPT_CPU = x86 @@ -20,7 +15,6 @@ # See $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk for the list of variables GFXLIB = ../uGFX GFXBOARD = Linux - #GFXDRIVERS = multiple/uGFXnet GFXDEMO = modules/gdisp/basics # Linux settings |