mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			336 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			336 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Component Makefile
 | |
| #
 | |
| COMPONENT_SRCDIRS := . $(IDF_TARGET)
 | |
| COMPONENT_OBJEXCLUDE += spi_slave_hd.o dedic_gpio.o gdma.o usb_serial_jtag.o
 | |
| 
 | |
| COMPONENT_ADD_INCLUDEDIRS := include $(IDF_TARGET)/include $(IDF_TARGET)/include/driver
 | |
| 
 | |
| COMPONENT_PRIV_INCLUDEDIRS := include/driver
 | |
| 
 | |
| # uses C11 atomic feature
 | |
| spi_master.o: CFLAGS += -std=gnu11
 | 
