summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/Makefile
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-05-13 21:08:42 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-06-10 08:25:29 +0200
commitad95397ee27787190a1f7cb94699e5a33542900f (patch)
tree87835af4a24cb8c4d9bcf871cf291588f331fa83 /frontends/kolibrios/Makefile
parenta27d16a7478106fdff3ac4be382489328c2fe143 (diff)
downloadnetsurf-ad95397ee27787190a1f7cb94699e5a33542900f.tar.gz
netsurf-ad95397ee27787190a1f7cb94699e5a33542900f.tar.bz2
Clean up debug board logging and other crap
Diffstat (limited to 'frontends/kolibrios/Makefile')
-rw-r--r--frontends/kolibrios/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/kolibrios/Makefile b/frontends/kolibrios/Makefile
index 0a7da7ff7..716166c66 100644
--- a/frontends/kolibrios/Makefile
+++ b/frontends/kolibrios/Makefile
@@ -5,8 +5,8 @@ KOL_OTHER_INCLUDES := -I$(HOME)/kolibrios/contrib/sdk/sources/libpng/ -I$(HOME)/
CFLAGS += $(KOL_OTHER_INCLUDES) $(DMACROS) -std=c99 -g
-CFLAGS += '-DNETSURF_KOLIBRI_FONTPATH="$(NETSURF_KOLIBRI_FONTPATH)"'
-CFLAGS += '-DKOLIBRIOS_RESPATH="$(NETSURF_KOLIBRI_RESPATH)"'
+# CFLAGS += '-DNETSURF_KOLIBRI_FONTPATH="$(NETSURF_KOLIBRI_FONTPATH)"'
+# CFLAGS += '-DKOLIBRIOS_RESPATH="$(NETSURF_KOLIBRI_RESPATH)"'
CFLAGS += '-DNETSURF_USE_KOLIBRI_HTTPLIB'
##########################################################################
# Only for FB compat with kolibri. Get rid soon.