Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						2c6409fdd8
					
				
					 17 changed files with 372 additions and 159 deletions
				
			
		| 
						 | 
				
			
			@ -34,10 +34,16 @@ ifeq ($(strip $(DUMP_CI_METADATA)),yes)
 | 
			
		|||
endif
 | 
			
		||||
 | 
			
		||||
# Force expansion
 | 
			
		||||
TARGET := $(TARGET)
 | 
			
		||||
override TARGET := $(TARGET)
 | 
			
		||||
$(info TARGET=$(TARGET))
 | 
			
		||||
 | 
			
		||||
ifneq ($(FORCE_LAYOUT),)
 | 
			
		||||
    TARGET := $(TARGET)_$(FORCE_LAYOUT)
 | 
			
		||||
    override TARGET := $(TARGET)_$(FORCE_LAYOUT)
 | 
			
		||||
    $(info TARGET=$(TARGET))
 | 
			
		||||
endif
 | 
			
		||||
ifneq ($(CONVERT_TO),)
 | 
			
		||||
    override TARGET := $(TARGET)_$(CONVERT_TO)
 | 
			
		||||
    $(info TARGET=$(TARGET))
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
# Object files and generated keymap directory
 | 
			
		||||
| 
						 | 
				
			
			@ -58,9 +64,6 @@ ifdef SKIP_GIT
 | 
			
		|||
VERSION_H_FLAGS += --skip-git
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
# Generate the board's version.h file.
 | 
			
		||||
$(shell $(QMK_BIN) generate-version-h $(VERSION_H_FLAGS) -q -o $(INTERMEDIATE_OUTPUT)/src/version.h)
 | 
			
		||||
 | 
			
		||||
# Determine which subfolders exist.
 | 
			
		||||
KEYBOARD_FOLDER_PATH_1 := $(KEYBOARD)
 | 
			
		||||
KEYBOARD_FOLDER_PATH_2 := $(patsubst %/,%,$(dir $(KEYBOARD_FOLDER_PATH_1)))
 | 
			
		||||
| 
						 | 
				
			
			@ -223,6 +226,9 @@ endif
 | 
			
		|||
 | 
			
		||||
include $(BUILDDEFS_PATH)/converters.mk
 | 
			
		||||
 | 
			
		||||
# Generate the board's version.h file.
 | 
			
		||||
$(shell $(QMK_BIN) generate-version-h $(VERSION_H_FLAGS) -q -o $(INTERMEDIATE_OUTPUT)/src/version.h)
 | 
			
		||||
 | 
			
		||||
MCU_ORIG := $(MCU)
 | 
			
		||||
include $(wildcard $(PLATFORM_PATH)/*/mcu_selection.mk)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue