parent
							
								
									28fbcac6c9
								
							
						
					
					
						commit
						d31dd6d2a0
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -159,7 +159,7 @@ endif
 | 
			
		|||
 | 
			
		||||
bootloader:
 | 
			
		||||
ifeq ($(strip $(QMK_BOOTLOADER_TYPE)),)
 | 
			
		||||
	$(error Please set BOOTLOADER to "qmk-dfu" or "qmk-hid" first!)
 | 
			
		||||
	$(call CATASTROPHIC_ERROR,Invalid BOOTLOADER,Please set BOOTLOADER to "qmk-dfu" or "qmk-hid" first!)
 | 
			
		||||
else
 | 
			
		||||
	make -C lib/lufa/Bootloaders/$(QMK_BOOTLOADER_TYPE)/ clean
 | 
			
		||||
	$(QMK_BIN) generate-dfu-header --quiet --keyboard $(KEYBOARD) --output lib/lufa/Bootloaders/$(QMK_BOOTLOADER_TYPE)/Keyboard.h
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -344,7 +344,7 @@ ifeq ($(strip $(MCU)), risc-v)
 | 
			
		|||
            ifneq ($(shell which riscv64-unknown-elf-gcc 2>/dev/null),)
 | 
			
		||||
                TOOLCHAIN = riscv64-unknown-elf-
 | 
			
		||||
            else
 | 
			
		||||
                $(error "No RISC-V toolchain found. Can't find riscv32-unknown-elf-gcc or riscv64-unknown-elf-gcc found in your systems PATH variable. Please install a valid toolchain and make it accessible!")
 | 
			
		||||
                $(call CATASTROPHIC_ERROR,Missing toolchain,No RISC-V toolchain found. Can't find riscv32-unknown-elf-gcc or riscv64-unknown-elf-gcc found in your systems PATH variable. Please install a valid toolchain and make it accessible!)
 | 
			
		||||
            endif
 | 
			
		||||
        endif
 | 
			
		||||
    endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ include $(PLATFORM_PATH)/test/testlist.mk
 | 
			
		|||
define VALIDATE_TEST_LIST
 | 
			
		||||
    ifneq ($1,)
 | 
			
		||||
        ifeq ($$(findstring -,$1),-)
 | 
			
		||||
            $$(error Test names can't contain '-', but '$1' does)
 | 
			
		||||
            $$(call CATASTROPHIC_ERROR,Invalid test name,Test names can't contain '-', but '$1' does.)
 | 
			
		||||
        else
 | 
			
		||||
            $$(eval $$(call VALIDATE_TEST_LIST,$$(firstword $2),$$(wordlist 2,9999,$2)))
 | 
			
		||||
        endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue