body: add fw repo as submodule (#25420)
* body: add fw repo as submodule * bump body * file whitelist * revert that for now old-commit-hash: 7e6f4e74bfccead6e347329d09cee2317605f343
This commit is contained in:
10
SConstruct
10
SConstruct
@@ -393,9 +393,13 @@ if arch != "Darwin":
|
||||
|
||||
# Build openpilot
|
||||
|
||||
SConscript(['cereal/SConscript'])
|
||||
SConscript(['panda/board/SConscript'])
|
||||
SConscript(['opendbc/can/SConscript'])
|
||||
# build submodules
|
||||
SConscript([
|
||||
'cereal/SConscript',
|
||||
'body/board/SConscript',
|
||||
'panda/board/SConscript',
|
||||
'opendbc/can/SConscript',
|
||||
])
|
||||
|
||||
SConscript(['third_party/SConscript'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user