Files
panda-meb/SConscript
Shane Smiskol 2ae7b9a4d5 scons: put targets in global SConscript (#1180)
* Revert "remove unused scons argument (#1169)"

This reverts commit 702e5281d8.

* try this

* clean up

* default true

* default true

* already built
2022-11-30 20:22:09 -08:00

7 lines
120 B
Python

# panda fw
SConscript('board/SConscript')
# test files
if GetOption('test'):
SConscript('tests/libpanda/SConscript')