mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	 7bc36d23e1
			
		
	
	7bc36d23e1
	
	
	
		
			
			1. Add command for Ethernet based on console component. 2. Make cmd_system and iperf a component that can be referenced by other examples 3. Add "version" command to cmd_system.c 4. Clean up the README.md in all ethernet examples[TW#26525]
		
			
				
	
	
		
			11 lines
		
	
	
		
			381 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			381 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Component Makefile
 | |
| #
 | |
| # This Makefile should, at the very least, just include $(SDK_PATH)/Makefile. By default,
 | |
| # this will take the sources in the src/ directory, compile them and link them into
 | |
| # lib(subdirectory_name).a in the build directory. This behaviour is entirely configurable,
 | |
| # please read the SDK documents if you need to do this.
 | |
| #
 | |
| 
 | |
| COMPONENT_ADD_INCLUDEDIRS := .
 |