mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
		
			
				
	
	
		
			10 lines
		
	
	
		
			271 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			271 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
COMPONENT_SRCDIRS := src proto-c
 | 
						|
COMPONENT_ADD_INCLUDEDIRS := include
 | 
						|
COMPONENT_PRIV_INCLUDEDIRS := src proto-c ../protocomm/proto-c/
 | 
						|
 | 
						|
ifndef CONFIG_BT_BLUEDROID_ENABLED
 | 
						|
    ifndef CONFIG_BT_NIMBLE_ENABLED
 | 
						|
        COMPONENT_OBJEXCLUDE := src/scheme_ble.o
 | 
						|
    endif
 | 
						|
endif
 |