4 lines
76 B
Makefile
4 lines
76 B
Makefile
ifeq ($(CONFIG_TARGET_PACKAGE_I2CTOOL),y)
|
|
TARGET_PACKAGES += i2c_tool
|
|
endif
|