Skip to content

Commit

Permalink
run: add drivers_interactive for panda and arndale
Browse files Browse the repository at this point in the history
  • Loading branch information
nfeske committed Jul 13, 2020
1 parent 641679f commit 91b71f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/run/depot.inc
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ proc drivers_interactive_pkg { } {
if {[have_spec imx53_qsb]} { return drivers_interactive-imx53_qsb }
if {[have_spec rpi]} { return drivers_interactive-rpi }
if {[have_spec imx8q_evk]} { return drivers_interactive-imx8q_evk }
if {[have_spec panda]} { return drivers_interactive-panda }
if {[have_spec arndale]} { return drivers_interactive-arndale }

puts stderr "drivers_interactive package undefined for this build configuration"
exit 1
Expand Down

0 comments on commit 91b71f7

Please sign in to comment.