esp-open-rtos/extras/pca9685/component.mk
2016-12-19 05:53:07 +05:00

9 lines
274 B
Makefile

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