vxKernel/vxsdk.toml

10 lines
198 B
TOML
Raw Normal View History

[project]
name = 'vxkernel'
2022-08-02 14:59:03 +02:00
type = 'lib'
[build]
configure = 'python3 ./configure' # the user need to specify the board!!
build = 'make'
install = 'make install'
uninstall = 'make uninstall'