mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
12 lines
230 B
Makefile
12 lines
230 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
COMPONENT_SRCDIRS := . $(IDF_TARGET)
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include $(IDF_TARGET)/include
|
|
|
|
COMPONENT_PRIV_INCLUDEDIRS := include/driver
|
|
|
|
# uses C11 atomic feature
|
|
spi_master.o: CFLAGS += -std=gnu11
|