comparison Makefile.gen @ 1095:402346b1c01d

Do not enable JSS_DEBUG when DM_DEBUG is enabled, it's a bit too spammy even for that.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Mar 2015 02:11:52 +0200
parents 47c0514d9ba4
children 378e5914be1e
comparison
equal deleted inserted replaced
1094:8fc475bbfa42 1095:402346b1c01d
27 ### Extra debug messages etc? 27 ### Extra debug messages etc?
28 ### 28 ###
29 ifeq ($(DM_DEBUG),yes) 29 ifeq ($(DM_DEBUG),yes)
30 DM_CFLAGS += -DDM_DEBUG 30 DM_CFLAGS += -DDM_DEBUG
31 31
32 # Disable JSS_LIGHT and enable JSS_DEBUG 32 # Disable JSS_LIGHT
33 JSS_LIGHT=no 33 JSS_LIGHT=no
34 JSS_DEBUG=yes
35 endif 34 endif
36 35
37 36
38 ### 37 ###
39 ### Build demo target? 38 ### Build demo target?