Skip to content

Commit

Permalink
[infra] Remove locomotiv from ARM32 Makefile (#8670)
Browse files Browse the repository at this point in the history
This will revise Makefile.arm32 to remove building locomotiv module as
it is not needed anymore.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Mar 17, 2022
1 parent 117118a commit 96e913f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/nncc/Makefile.arm32
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARM32_BUILD_ITEMS:=angkor;cwrap;pepper-str;pepper-strcast;pp
ARM32_BUILD_ITEMS+=;pepper-csv2vec;crew
ARM32_BUILD_ITEMS+=;oops;pepper-assert
ARM32_BUILD_ITEMS+=;hermes;hermes-std
ARM32_BUILD_ITEMS+=;loco;locop;locomotiv;logo-core;logo
ARM32_BUILD_ITEMS+=;loco;locop;logo-core;logo
ARM32_BUILD_ITEMS+=;safemain;mio-circle;mio-tflite260
ARM32_BUILD_ITEMS+=;foder;circle-verify;souschef;arser;vconone
ARM32_BUILD_ITEMS+=;luci
Expand All @@ -39,7 +39,7 @@ ARM32_HOST_ITEMS:=angkor;cwrap;pepper-str;pepper-strcast;pp
ARM32_HOST_ITEMS+=;pepper-csv2vec
ARM32_HOST_ITEMS+=;oops
ARM32_HOST_ITEMS+=;hermes;hermes-std
ARM32_HOST_ITEMS+=;loco;locop;locomotiv;logo-core;logo
ARM32_HOST_ITEMS+=;loco;locop;logo-core;logo
ARM32_HOST_ITEMS+=;safemain;mio-circle;mio-tflite260
ARM32_HOST_ITEMS+=;foder;circle-verify;souschef;arser;vconone
ARM32_HOST_ITEMS+=;luci
Expand Down

0 comments on commit 96e913f

Please sign in to comment.