forked from mirrors/qmk_userspace
		
	chibios: honor PLATFORMASM in chibios build (#11219)
This commit is contained in:
		
					parent
					
						
							
								dee506c096
							
						
					
				
			
			
				commit
				
					
						fd177582ad
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -207,7 +207,7 @@ CHIBISRC = $(STARTUPSRC) \
 | 
				
			||||||
       $(CHIBIOS)/os/various/syscalls.c
 | 
					       $(CHIBIOS)/os/various/syscalls.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Ensure the ASM files are not subjected to LTO -- it'll strip out interrupt handlers otherwise.
 | 
					# Ensure the ASM files are not subjected to LTO -- it'll strip out interrupt handlers otherwise.
 | 
				
			||||||
QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM)
 | 
					QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM) $(PLATFORMASM)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CHIBISRC := $(patsubst $(TOP_DIR)/%,%,$(CHIBISRC))
 | 
					CHIBISRC := $(patsubst $(TOP_DIR)/%,%,$(CHIBISRC))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue