post_rules.mk 88 B

12345
  1. UART_DEBUG ?= no
  2. ifeq ($(strip $(UART_DEBUG)), yes)
  3. OPT_DEFS += -DUART_DEBUG
  4. endif