1 2 3 4 5 6 7 8
# A bunch of stuff that you shouldn't touch unless you # know what you're doing. # # No touchy, capiche? ifeq ($(strip $(DEBUG_MATRIX)), yes) OPT_DEFS += -DDEBUG_MATRIX endif