post_rules.mk 222 B

123456789
  1. # Copyright 2022 Manna Harbour (@manna-harbour)
  2. # https://github.com/manna-harbour/xmk
  3. # SPDX-License-Identifier: GPL-2.0-or-later
  4. ifeq ($(strip $(XMK_DEBUG)), yes)
  5. CONSOLE_ENABLE = yes
  6. OPT_DEFS += -DXMK_DEBUG
  7. endif