esp-idf/components/driver/component.mk

13 lines
318 B
Makefile
Raw Normal View History

2016-09-19 05:33:21 -04:00
#
# Component Makefile
#
2019-06-20 04:13:47 -04:00
COMPONENT_SRCDIRS := . $(IDF_TARGET)
2020-12-09 07:29:26 -05:00
COMPONENT_OBJEXCLUDE += spi_slave_hd.o dedic_gpio.o gdma.o
2016-09-19 05:33:21 -04:00
COMPONENT_ADD_INCLUDEDIRS := include $(IDF_TARGET)/include $(IDF_TARGET)/include/driver
2016-09-19 05:33:21 -04:00
COMPONENT_PRIV_INCLUDEDIRS := include/driver
# uses C11 atomic feature
spi_master.o: CFLAGS += -std=gnu11