You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
355 B

  1. PRINTF_PATH = $(LIB_PATH)/printf
  2. TMK_COMMON_SRC += $(PRINTF_PATH)/printf.c
  3. TMK_COMMON_SRC += $(COMMON_DIR)/printf.c
  4. TMK_COMMON_DEFS += -DPRINTF_DISABLE_SUPPORT_FLOAT
  5. TMK_COMMON_DEFS += -DPRINTF_DISABLE_SUPPORT_EXPONENTIAL
  6. TMK_COMMON_DEFS += -DPRINTF_DISABLE_SUPPORT_LONG_LONG
  7. TMK_COMMON_DEFS += -DPRINTF_DISABLE_SUPPORT_PTRDIFF_T
  8. VPATH += $(PRINTF_PATH)