OVMS3-idf/components/driver/component.mk

12 lines
259 B
Makefile
Raw Permalink Normal View History

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