mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 05:55:18 +01:00
Qualify "program" firmware make target to eliminate multiple-definition errors when making entire set of firmware.
This commit is contained in:
@@ -171,7 +171,7 @@ macro(DeclareTargets)
|
||||
)
|
||||
|
||||
add_custom_target(
|
||||
program
|
||||
${PROJECT_NAME}-program
|
||||
DEPENDS ${PROJECT_NAME}.dfu
|
||||
COMMAND dfu-util --device 1fc9:000c --alt 0 --download ${PROJECT_NAME}.dfu
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user