|
@@ -32,7 +32,8 @@ OPENOCD_DEPENDENCIES = \
|
|
|
$(if $(BR2_PACKAGE_LIBUSB),libusb) \
|
|
|
$(if $(BR2_PACKAGE_LIBUSB_COMPAT),libusb-compat) \
|
|
|
$(if $(BR2_PACKAGE_LIBHID),libhid) \
|
|
|
- $(if $(BR2_PACKAGE_HIDAPI),hidapi)
|
|
|
+ $(if $(BR2_PACKAGE_HIDAPI),hidapi) \
|
|
|
+ $(if $(BR2_PACKAGE_LIBGPIOD),libgpiod)
|
|
|
|
|
|
# Adapters
|
|
|
OPENOCD_CONF_OPTS += \
|