mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-02 21:48:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			225 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			225 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
COMPONENT_PRIV_INCLUDEDIRS := private_include
 | 
						|
ifndef CONFIG_ESP_CONSOLE_USB_CDC
 | 
						|
    COMPONENT_OBJEXCLUDE := vfs_cdcacm.o
 | 
						|
endif
 | 
						|
ifndef CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG
 | 
						|
    COMPONENT_OBJEXCLUDE := vfs_usb_serial_jtag.o
 | 
						|
endif
 |