aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Linux-Framebuffer/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boards/base/Linux-Framebuffer/example/Makefile')
-rw-r--r--boards/base/Linux-Framebuffer/example/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/boards/base/Linux-Framebuffer/example/Makefile b/boards/base/Linux-Framebuffer/example/Makefile
index fb0c1b7a..802fddc3 100644
--- a/boards/base/Linux-Framebuffer/example/Makefile
+++ b/boards/base/Linux-Framebuffer/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-Framebuffer
- #GFXDRIVERS = multiple/uGFXnet
GFXDEMO = modules/gdisp/basics
# Linux settings