You've already forked i2c_manager
mirror of
https://github.com/m5stack/i2c_manager.git
synced 2026-05-20 11:41:49 -07:00
8 lines
180 B
Makefile
8 lines
180 B
Makefile
COMPONENT_SRCDIRS := i2c_manager
|
|
COMPONENT_ADD_INCLUDEDIRS := i2c_manager
|
|
|
|
ifdef CONFIG_I2C_MANAGER_I2CDEV
|
|
COMPONENT_ADD_INCLUDEDIRS += i2cdev
|
|
COMPONENT_SRCDIRS += i2cdev
|
|
endif
|