]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Add Makefile.uk
authorVlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Wed, 16 Oct 2019 14:22:33 +0000 (17:22 +0300)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 17 Oct 2019 12:26:10 +0000 (15:26 +0300)
commit2b241d4bb5273b513528c3b86355f185069acb6e
treeec701d3f4fd99c451cde643bd292704450f99cdb
parentd5eff3ad071ab627cd663c0bb0da86f07f0376b3
Add Makefile.uk

In the original build, there are two kinds of sources: for core functionality
and for extensions. Each of them has a different set of compiler flags. In
order to emulate the same behavior, we define two libraries: 'python3-core' and
'python3-extensions'. Please notice that we still keep a 'python3' library as
the main logical library.

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 [new file with mode: 0644]