Move tmk_core/common/<plat> (#13918)
This commit is contained in:
12
platforms/common.mk
Normal file
12
platforms/common.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
PLATFORM_COMMON_DIR = $(PLATFORM_PATH)/$(PLATFORM_KEY)
|
||||
|
||||
TMK_COMMON_SRC += \
|
||||
$(PLATFORM_COMMON_DIR)/platform.c \
|
||||
$(PLATFORM_COMMON_DIR)/suspend.c \
|
||||
$(PLATFORM_COMMON_DIR)/timer.c \
|
||||
$(PLATFORM_COMMON_DIR)/bootloader.c \
|
||||
|
||||
# Search Path
|
||||
VPATH += $(PLATFORM_PATH)
|
||||
VPATH += $(PLATFORM_PATH)/$(PLATFORM_KEY)
|
||||
VPATH += $(PLATFORM_PATH)/$(PLATFORM_KEY)/$(DRIVER_DIR)
|
||||
Reference in New Issue
Block a user