summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index 76aab6547..eb8a1a47d 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -201,7 +201,7 @@ ifeq ($(TARGET),framebuffer)
CFLAGS += -O2 -Wuninitialized
# Framebuffer frontend.
- # Valid values are: linux, able
+ # Valid values are: linux, able, sdl
NETSURF_FB_FRONTEND := linux
# Use libharu to enable PDF export and GTK printing support.