mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Remove compilation of i2c for arm split
This commit is contained in:
		
							parent
							
								
									e4a0f841e1
								
							
						
					
					
						commit
						6efcfaa264
					
				@ -469,8 +469,10 @@ ifeq ($(strip $(SPLIT_KEYBOARD)), yes)
 | 
				
			|||||||
        QUANTUM_SRC += $(QUANTUM_DIR)/split_common/transport.c
 | 
					        QUANTUM_SRC += $(QUANTUM_DIR)/split_common/transport.c
 | 
				
			||||||
        # Functions added via QUANTUM_LIB_SRC are only included in the final binary if they're called.
 | 
					        # Functions added via QUANTUM_LIB_SRC are only included in the final binary if they're called.
 | 
				
			||||||
        # Unused functions are pruned away, which is why we can add multiple drivers here without bloat.
 | 
					        # Unused functions are pruned away, which is why we can add multiple drivers here without bloat.
 | 
				
			||||||
        QUANTUM_LIB_SRC += i2c_master.c \
 | 
					        ifeq ($(PLATFORM),AVR)
 | 
				
			||||||
                           i2c_slave.c
 | 
					            QUANTUM_LIB_SRC += i2c_master.c \
 | 
				
			||||||
 | 
					                               i2c_slave.c
 | 
				
			||||||
 | 
					        endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        SERIAL_DRIVER ?= bitbang
 | 
					        SERIAL_DRIVER ?= bitbang
 | 
				
			||||||
        ifeq ($(strip $(SERIAL_DRIVER)), bitbang)
 | 
					        ifeq ($(strip $(SERIAL_DRIVER)), bitbang)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user