mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/avrdude: add support for hidapi
If BR2_PACKAGE_HIDAPI is selected, add it to avrdude build dependencies. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
53c0c7dd01
commit
7bdb65b310
@@ -28,6 +28,10 @@ else ifeq ($(BR2_PACKAGE_LIBFTDI),y)
|
|||||||
AVRDUDE_DEPENDENCIES += libftdi
|
AVRDUDE_DEPENDENCIES += libftdi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_HIDAPI),y)
|
||||||
|
AVRDUDE_DEPENDENCIES += hidapi
|
||||||
|
endif
|
||||||
|
|
||||||
# if /etc/avrdude.conf exists, the installation process creates a
|
# if /etc/avrdude.conf exists, the installation process creates a
|
||||||
# backup file, which we do not want in the context of Buildroot.
|
# backup file, which we do not want in the context of Buildroot.
|
||||||
define AVRDUDE_REMOVE_BACKUP_FILE
|
define AVRDUDE_REMOVE_BACKUP_FILE
|
||||||
|
|||||||
Reference in New Issue
Block a user