comparison Makefile.gen @ 1049:771e03bf9fcd

Make more error message fall under DM_DEBUG.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 18:16:10 +0200
parents 509e6ed3a24e
children a6c5be712b53
comparison
equal deleted inserted replaced
1048:509e6ed3a24e 1049:771e03bf9fcd
25 ### 25 ###
26 ### Extra debug messages etc? 26 ### Extra debug messages etc?
27 ### 27 ###
28 ifeq ($(DM_DEBUG),yes) 28 ifeq ($(DM_DEBUG),yes)
29 DM_CFLAGS += -DDM_DEBUG 29 DM_CFLAGS += -DDM_DEBUG
30
31 # Disable JSS_LIGHT and enable JSS_DEBUG
32 JSS_LIGHT=no
33 JSS_DEBUG=yes
30 endif 34 endif
31 35
32 ### 36 ###
33 ### Build demo target? 37 ### Build demo target?
34 ### 38 ###