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

10 lines
281 B
Makefile
Raw Normal View History

2016-10-12 09:34:45 +00:00
# Component makefile for extras/hmc5883l
# expected anyone using this driver includes it as 'hmc5883l/hmc5883l.h'
INC_DIRS += $(hmc5883l_ROOT)..
# args for passing into compile rule generation
hmc5883l_SRC_DIR = $(hmc5883l_ROOT)
$(eval $(call component_compile_rules,hmc5883l))