esp-open-rtos/extras/fram/component.mk
2017-12-24 18:49:52 +05:00

9 lines
252 B
Makefile

# Component makefile for extras/fram
# expected anyone using ADC driver includes it as 'fram/fram.h'
INC_DIRS += $(fram_ROOT)..
# args for passing into compile rule generation
fram_SRC_DIR = $(fram_ROOT)
$(eval $(call component_compile_rules,fram))