summaryrefslogtreecommitdiff
path: root/profiles/pyexts/subsets.mk
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/pyexts/subsets.mk')
-rw-r--r--profiles/pyexts/subsets.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/profiles/pyexts/subsets.mk b/profiles/pyexts/subsets.mk
index 6b36125..3d256b3 100644
--- a/profiles/pyexts/subsets.mk
+++ b/profiles/pyexts/subsets.mk
@@ -1,3 +1,17 @@
+# extension subsets: built-in defaults
+CONFIG_DEFAULT_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 \
+
# extension subsets: shared
PYEXT_SUBSET_SHARED_ANYOS_CORE = \
$(PYEXT_ARRAY_SHARED) \