]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Provide main() function if configured to do so
authorCostin Lupu <costin.lupu@cs.pub.ro>
Wed, 16 Oct 2019 14:22:43 +0000 (17:22 +0300)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 17 Oct 2019 12:26:38 +0000 (15:26 +0300)
commit2183aad753db9749d96ca2f5e005fdfae71a2c96
tree219113f0e1927780d43b0b4aed04d06aab2cefac
parent7170bab23e1d8c476360fedcaba0dc18ecfefa67
Provide main() function if configured to do so

Sometimes all you want to run is the Python shell. In this case you can tick the
option in menuconfig so that the library provides the main() function for you.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Config.uk
Makefile.uk
main.c [new file with mode: 0644]