~ruther/qmk_firmware

ref: b9a3bdb982abe1905e6c3ecb55c0e6344f95495b qmk_firmware/platforms/common.mk -rw-r--r-- 509 bytes
b9a3bdb9 — Bram Inniger [Keyboard] Fix oled layer display order for Aurora boards (#22521) 2 years 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)