post_rules.mk 180 B

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