summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-07-26 00:49:33 +0200
committerOle Loots <ole@monochrom.net>2012-07-26 00:49:33 +0200
commitd408eb0e18944b5a58920fa6edb0e65f08ada481 (patch)
tree426b4c262eb219daf9fd1c5b2bf3dac497cb35a4 /Makefile.defaults
parent4f4ccedfb5d5dca7a281fd7dd2c4400ef9b93711 (diff)
downloadnetsurf-d408eb0e18944b5a58920fa6edb0e65f08ada481.tar.gz
netsurf-d408eb0e18944b5a58920fa6edb0e65f08ada481.tar.bz2
Added option comments
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index 74426d9f9..134795649 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -372,13 +372,19 @@ ifeq ($(TARGET),atari)
NETSURF_USE_MNG := NO
# enable true type fonts via freetype2
+ # Valid options: YES, NO
NETSURF_USE_ATARI_FREETYPE_FONT := YES
# Enable use of netsurf embedded font
+ # Valid options: YES, NO
NETSURF_USE_ATARI_NETSURF_FONT := YES
+ # Configure support for screen drivers with no true colour mode
+ # Valid options: YES, NO
NETSURF_USE_ATARI_8BPP_SUPPORT := NO
+ # Configure the CPU target
+ # Valid options: 68000, 68020-60, 5475 (coldfire)
ATARI_ARCH = 68020-60
# enable optimizations