summaryrefslogtreecommitdiff
path: root/config/x86_64-linux-musl/config.mk
blob: 6075f012db70873b6c0e7461d37fe17a55b71021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PYTHON_PATH  =

DYNLOAD_SRCS = \
	Python/dynload_shlib.c \

CONFIG_SRCS = \
	Modules/_codecsmodule.c \
	Modules/_sre.c \
	Modules/_weakref.c \
	Modules/errnomodule.c \
	Modules/posixmodule.c \
	Modules/pwdmodule.c \
	Modules/signalmodule.c \
	Modules/symtablemodule.c \
	Modules/threadmodule.c \
	Modules/xxsubtype.c \
	Modules/zipimport.c \