component.mk 204 B

123456789101112
  1. #
  2. # Component Makefile
  3. #
  4. COMPONENT_ADD_INCLUDEDIRS := include
  5. COMPONENT_PRIV_INCLUDEDIRS := include/driver
  6. ifeq ($(GCC_NOT_5_2_0), 1)
  7. # uses C11 atomic feature
  8. spi_master.o: CFLAGS += -std=gnu11
  9. endif