mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 00:21:44 +01:00 
			
		
		
		
	Updated: - CI test_esp32s2beta_efuse_table_on_host. - efuse_table_gen.py. - esp_efuse_table.csv file and generated headers files. - splitted esp32 and esp32s2beta parts. - unit tests and api efuse.
		
			
				
	
	
		
			10 lines
		
	
	
		
			309 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			309 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Component Makefile
 | 
						|
# currently the only SoC supported; to be moved into Kconfig
 | 
						|
TARGET := $(IDF_TARGET)
 | 
						|
 | 
						|
COMPONENT_SRCDIRS := $(TARGET) src src/$(TARGET)
 | 
						|
COMPONENT_PRIV_INCLUDEDIRS := private_include
 | 
						|
COMPONENT_ADD_INCLUDEDIRS := $(TARGET)/include include
 | 
						|
 | 
						|
-include $(COMPONENT_PATH)/$(TARGET)/component.mk |