Qualify "program" firmware make target to eliminate multiple-definition errors when making entire set of firmware.

This commit is contained in:
Jared Boone
2014-06-15 15:30:18 -07:00
parent 9e95d235b4
commit cd5f0bbb91

View File

@ -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
)