diff --git a/python/Makefile b/python/Makefile index a4ba636ae..cf5228908 100644 --- a/python/Makefile +++ b/python/Makefile @@ -34,7 +34,6 @@ py_objs = $(addprefix python/src/py/,\ mpstate.o \ nlrx86.o \ nlrx64.o \ - nlrthumb.o \ nlrxtensa.o \ nlrsetjmp.o \ malloc.o \ @@ -134,6 +133,7 @@ py_objs = $(addprefix python/src/py/,\ smallint.o \ frozenmod.o \ ) +# nlrthumb.o \ # repl.o \ py_objs += python/src/py/emitnative.o