esp-open-rtos/extras/fram/component.mk

10 lines
252 B
Makefile
Raw Normal View History

2017-12-24 13:49:52 +00:00
# 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))