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

10 lines
274 B
Makefile
Raw Normal View History

2016-12-19 00:53:07 +00:00
# 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))