mirror of
https://github.com/commaai/opendbc.git
synced 2026-06-11 07:34:38 +08:00
5 lines
137 B
Python
5 lines
137 B
Python
Import("env")
|
|
|
|
SConscript(['opendbc/can/SConscript'], exports={'env': env})
|
|
SConscript(['opendbc/dbc/SConscript'], exports={'env': env})
|