component.mk 259 B

1234567891011
  1. #
  2. # Component Makefile
  3. #
  4. COMPONENT_SRCDIRS := . $(IDF_TARGET)
  5. COMPONENT_ADD_INCLUDEDIRS := include $(IDF_TARGET)/include $(IDF_TARGET)/include/driver
  6. COMPONENT_PRIV_INCLUDEDIRS := include/driver
  7. # uses C11 atomic feature
  8. spi_master.o: CFLAGS += -std=gnu11