forked from mirrors/qmk_userspace
Move tmk_core/common/<plat> (#13918)
This commit is contained in:
parent
43b9e23bae
commit
2728603fe6
107 changed files with 54 additions and 54 deletions
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)
|
Loading…
Add table
Add a link
Reference in a new issue