Move tmk_core/common/<plat> (#13918)
parent
43b9e23bae
commit
2728603fe6
@ -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)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue