mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Fix name of makefile dep files
The files can't start with a .dot, as the wildcard function wont find them. So this is fixed by removing the BUILD_DIR from the name.
This commit is contained in:
		
							parent
							
								
									8610481c37
								
							
						
					
					
						commit
						e8e300d5c4
					
				| @ -260,7 +260,7 @@ LST = $(patsubst %.c,$(OBJDIR)/%.lst,$(patsubst %.cpp,$(OBJDIR)/%.lst,$(patsubst | ||||
| 
 | ||||
| # Compiler flags to generate dependency files.
 | ||||
| #GENDEPFLAGS = -MMD -MP -MF .dep/$(@F).d
 | ||||
| GENDEPFLAGS = -MMD -MP -MF $(BUILD_DIR)/.dep/$(subst /,_,$@).d | ||||
| GENDEPFLAGS = -MMD -MP -MF $(BUILD_DIR)/.dep/$(subst /,_,$(subst $(BUILD_DIR)/,,$@)).d | ||||
| 
 | ||||
| 
 | ||||
| # Combine all necessary flags and optional flags.
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Fred Sundvik
						Fred Sundvik