~ruther/qmk_firmware

ref: 9f95577ef2bfff55bf4f5d19c3dc58ea0f09e014 qmk_firmware/platforms/common.mk -rw-r--r-- 509 bytes
9f95577e — Joel Challis OS Detection - Entire file should not be wrapped with ifdef (#23108) 1 year, 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PLATFORM_COMMON_DIR = $(PLATFORM_PATH)/$(PLATFORM_KEY)

SRC +=	\
	$(PLATFORM_PATH)/suspend.c \
	$(PLATFORM_PATH)/synchronization_util.c \
	$(PLATFORM_PATH)/timer.c \
	$(PLATFORM_COMMON_DIR)/hardware_id.c \
	$(PLATFORM_COMMON_DIR)/platform.c \
	$(PLATFORM_COMMON_DIR)/suspend.c \
	$(PLATFORM_COMMON_DIR)/timer.c \
	$(PLATFORM_COMMON_DIR)/bootloaders/$(BOOTLOADER_TYPE).c

# Search Path
VPATH += $(PLATFORM_PATH)
VPATH += $(PLATFORM_PATH)/$(PLATFORM_KEY)
VPATH += $(PLATFORM_PATH)/$(PLATFORM_KEY)/$(DRIVER_DIR)
Do not follow this link