Updated makefile to properly handle non extended keymaps
This commit is contained in:
		
							parent
							
								
									480b313b1e
								
							
						
					
					
						commit
						0541af4ff9
					
				
					 2 changed files with 20 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -47,9 +47,12 @@ TOP_DIR = ../..
 | 
			
		|||
# Directory keyboard dependent files exist
 | 
			
		||||
TARGET_DIR = .
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# # project specific files
 | 
			
		||||
ifdef COMMON
 | 
			
		||||
SRC = keymap_common.c \
 | 
			
		||||
ifdef COMMON_KEYMAP
 | 
			
		||||
 | 
			
		||||
	SRC = keymap_common.c \
 | 
			
		||||
	matrix_handwire.c \
 | 
			
		||||
	led.c \
 | 
			
		||||
	backlight.c
 | 
			
		||||
| 
						 | 
				
			
			@ -62,9 +65,7 @@ endif
 | 
			
		|||
 | 
			
		||||
else
 | 
			
		||||
 | 
			
		||||
# project specific files
 | 
			
		||||
 | 
			
		||||
SRC =	extended_keymap_common.c \
 | 
			
		||||
SRC = extended_keymap_common.c \
 | 
			
		||||
	matrix_handwire.c \
 | 
			
		||||
	led.c \
 | 
			
		||||
	backlight.c
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue