Skip to content

Commit

Permalink
Added companion build for pl18ev.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Nov 14, 2023
1 parent be1240a commit cf9ecc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/build-companion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ declare -a simulator_plugins=(x9lite x9lites
tlite tpro lr3pro
x9d x9dp x9dp2019 x9e
xlite xlites
nv14 pl18
nv14 pl18 pl18ev
x10 x10-access x12s
t16 t18 tx16s)

Expand Down Expand Up @@ -173,6 +173,9 @@ do
pl18)
BUILD_OPTIONS+="-DPCB=PL18"
;;
pl18ev)
BUILD_OPTIONS+="-DPCB=PL18 -DPCBREV=PL18EV"
;;
*)
echo "Unknown target: $target_name"
exit 1
Expand Down

0 comments on commit cf9ecc0

Please sign in to comment.