This commit is contained in:
lilian 2016-12-11 20:42:38 +01:00
parent 61c3d509e5
commit 2ebb9c7df1
3 changed files with 398 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Component makefile for extras/ina3221
# expected anyone using this driver includes it as 'ina3221/ina3221.h'
INC_DIRS += $(ina3221_ROOT)..
# args for passing into compile rule generation
ina3221_SRC_DIR = $(ina3221_ROOT)
$(eval $(call component_compile_rules,ina3221))