]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Add modules_config.c
authorVlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Wed, 16 Oct 2019 14:22:39 +0000 (17:22 +0300)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 17 Oct 2019 12:26:31 +0000 (15:26 +0300)
commit6ad62f905ea1839d8b26f41b279d70762cd99483
treef7943ce2782be52ed90f117885ff7beb781c5ce7
parentf1604dbcd409e833fe357bd1c68eb6a6b6ef1796
Add modules_config.c

This file is copied from a './Modules/config.c' of a Linux build and it contains
the modules init functions and their registration as Python extensions. We
commented the registration of the modules that we do not support yet. They
should be enabled back when we will add support for them by porting the
underlying native libraries.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk
modules_config.c [new file with mode: 0644]