mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	The all target makes all keyboards and all tests
This commit is contained in:
		
							parent
							
								
									1b963117fe
								
							
						
					
					
						commit
						6410f0c021
					
				
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							@ -2,6 +2,10 @@ ifndef VERBOSE
 | 
				
			|||||||
.SILENT:
 | 
					.SILENT:
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Never run this makefile in parallel, as it could screw things up
 | 
				
			||||||
 | 
					# It won't affect the submakes, so you still get the speedup from specifying -jx
 | 
				
			||||||
 | 
					.NOTPARALLEL:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Allow the silent with lower caps to work the same way as upper caps
 | 
					# Allow the silent with lower caps to work the same way as upper caps
 | 
				
			||||||
ifdef silent
 | 
					ifdef silent
 | 
				
			||||||
    SILENT = $(silent)
 | 
					    SILENT = $(silent)
 | 
				
			||||||
@ -491,7 +495,7 @@ $(SUBPROJECTS): %: %-allkm
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# All should compile everything
 | 
					# All should compile everything
 | 
				
			||||||
.PHONY: all
 | 
					.PHONY: all
 | 
				
			||||||
all: all-keyboards 
 | 
					all: all-keyboards test-all
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Define some shortcuts, mostly for compability with the old syntax
 | 
					# Define some shortcuts, mostly for compability with the old syntax
 | 
				
			||||||
.PHONY: all-keyboards
 | 
					.PHONY: all-keyboards
 | 
				
			||||||
 | 
				
			|||||||
@ -198,9 +198,6 @@ ifeq ($(strip $(VISUALIZER_ENABLE)), yes)
 | 
				
			|||||||
	include $(VISUALIZER_PATH)/visualizer.mk
 | 
						include $(VISUALIZER_PATH)/visualizer.mk
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(info $(VPATH))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
OUTPUTS := $(KEYMAP_OUTPUT) $(KEYBOARD_OUTPUT)
 | 
					OUTPUTS := $(KEYMAP_OUTPUT) $(KEYBOARD_OUTPUT)
 | 
				
			||||||
$(KEYMAP_OUTPUT)_SRC := $(SRC)
 | 
					$(KEYMAP_OUTPUT)_SRC := $(SRC)
 | 
				
			||||||
$(KEYMAP_OUTPUT)_DEFS := $(OPT_DEFS) -DQMK_KEYBOARD=\"$(KEYBOARD)\" -DQMK_KEYMAP=\"$(KEYMAP)\" 
 | 
					$(KEYMAP_OUTPUT)_DEFS := $(OPT_DEFS) -DQMK_KEYBOARD=\"$(KEYBOARD)\" -DQMK_KEYMAP=\"$(KEYMAP)\" 
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user