diff Makefile.gen @ 1079:47c0514d9ba4

Make the built in setup font/screen image/bar bitmap optional.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Mar 2015 04:57:18 +0200
parents a6c5be712b53
children 402346b1c01d
line wrap: on
line diff
--- a/Makefile.gen	Mon Mar 02 04:47:27 2015 +0200
+++ b/Makefile.gen	Mon Mar 02 04:57:18 2015 +0200
@@ -22,6 +22,7 @@
 EXTRA_CFLAGS=-O3 -march=core2
 endif
 
+
 ###
 ### Extra debug messages etc?
 ###
@@ -33,6 +34,7 @@
 JSS_DEBUG=yes
 endif
 
+
 ###
 ### Build demo target?
 ###
@@ -40,6 +42,10 @@
 BINARIES += $(DEMO_BIN)
 endif
 
+ifeq ($(DM_BUILT_IN_SETUP),yes)
+DM_CFLAGS += -DDM_BUILT_IN_SETUP
+endif
+
 
 ###
 ### Editor