mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			157 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			157 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
ifndef CONFIG_ETH_USE_ESP32_EMAC
 | 
						|
    COMPONENT_OBJEXCLUDE += esp32/emac_hal.o
 | 
						|
endif
 | 
						|
 | 
						|
esp32/rtc_clk.o: CFLAGS += -fno-jump-tables -fno-tree-switch-conversion
 |