Files
esp-idf/components/driver/component.mk
T

14 lines
263 B
Makefile
Raw Normal View History

2016-09-19 17:33:21 +08:00
#
# Component Makefile
#
2019-06-20 16:13:47 +08:00
COMPONENT_SRCDIRS := . $(IDF_TARGET)
2016-09-19 17:33:21 +08:00
2019-06-20 16:13:47 +08:00
COMPONENT_ADD_INCLUDEDIRS := include $(IDF_TARGET)/include
2016-09-19 17:33:21 +08:00
COMPONENT_PRIV_INCLUDEDIRS := include/driver
ifeq ($(GCC_NOT_5_2_0), 1)
# uses C11 atomic feature
spi_master.o: CFLAGS += -std=gnu11
endif