mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			313 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			313 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# "main" pseudo-component makefile.
 | 
						|
#
 | 
						|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
 | 
						|
 | 
						|
# embed files from the "certs" directory as binary data symbols
 | 
						|
# in the app
 | 
						|
COMPONENT_EMBED_TXTFILES := certs/coap_ca.pem certs/coap_client.crt certs/coap_client.key
 |