1
0
Fork 0

Eliminate TMK_COMMON_* in makefiles (#21517)

This commit is contained in:
Ryan 2023-07-15 17:27:32 +10:00 committed by GitHub
parent e5d99ec6af
commit b9e5895184
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 72 additions and 116 deletions

View file

@ -1,2 +1,2 @@
TMK_COMMON_SRC += $(PLATFORM_COMMON_DIR)/xprintf.S
TMK_COMMON_SRC += $(PLATFORM_COMMON_DIR)/printf.c
SRC += $(PLATFORM_COMMON_DIR)/xprintf.S
SRC += $(PLATFORM_COMMON_DIR)/printf.c

View file

@ -1,6 +1,6 @@
PLATFORM_COMMON_DIR = $(PLATFORM_PATH)/$(PLATFORM_KEY)
TMK_COMMON_SRC += \
SRC += \
$(PLATFORM_PATH)/suspend.c \
$(PLATFORM_PATH)/synchronization_util.c \
$(PLATFORM_PATH)/timer.c \