diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-10-06 17:04:47 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-10-06 17:05:39 +1000 |
commit | 3348128fe289aae37f2df46802709aaa7aedb0c1 (patch) | |
tree | f9df7b174bb8aba46ded0969ad2023d0422f77ec /boards | |
parent | 4b348f43ad1590bc3525c28ba0d27571b0445952 (diff) | |
download | uGFX-3348128fe289aae37f2df46802709aaa7aedb0c1.tar.gz uGFX-3348128fe289aae37f2df46802709aaa7aedb0c1.tar.bz2 uGFX-3348128fe289aae37f2df46802709aaa7aedb0c1.zip |
Tidy ups
Diffstat (limited to 'boards')
3 files changed, 0 insertions, 3 deletions
diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile index 8baa399f..c4938d5f 100644 --- a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile +++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_2.x/Makefile @@ -6,7 +6,6 @@ # General settings # See $(GFXLIB)/tools/gmake_scripts/readme.txt for the list of variables - OPT_NATIVEOS = chibios OPT_OS = chibios OPT_THUMB = yes OPT_LINK_OPTIMIZE = yes diff --git a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile index 55778283..875f79b1 100644 --- a/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile +++ b/boards/base/Mikromedia-STM32-M4-ILI9341/example_chibios_3.x/Makefile @@ -6,7 +6,6 @@ # General settings # See $(GFXLIB)/tools/gmake_scripts/readme.txt for the list of variables - OPT_NATIVEOS = chibios OPT_OS = chibios OPT_THUMB = yes OPT_LINK_OPTIMIZE = yes diff --git a/boards/base/Olimex-SAM7EX256-GE8/example/Makefile b/boards/base/Olimex-SAM7EX256-GE8/example/Makefile index fe0e5178..652d43dd 100644 --- a/boards/base/Olimex-SAM7EX256-GE8/example/Makefile +++ b/boards/base/Olimex-SAM7EX256-GE8/example/Makefile @@ -6,7 +6,6 @@ # General settings # See $(GFXLIB)/tools/gmake_scripts/readme.txt for the list of variables - OPT_NATIVEOS = chibios OPT_OS = chibios OPT_THUMB = yes OPT_LINK_OPTIMIZE = yes |