Remove skeletal modselect from extmod and just put it in stmhal.

This commit is contained in:
Damien George
2014-08-26 17:18:12 +01:00
parent e2a618615d
commit 013d53c0b4
10 changed files with 36 additions and 93 deletions

View File

@@ -112,7 +112,6 @@ PY_O_BASENAME = \
pfenv_printf.o \
../extmod/moductypes.o \
../extmod/modzlibd.o \
../extmod/modselect.o \
# prepend the build destination prefix to the py object files
PY_O = $(addprefix $(PY_BUILD)/, $(PY_O_BASENAME))