diff options
Diffstat (limited to 'py/mkenv.mk')
| -rw-r--r-- | py/mkenv.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/py/mkenv.mk b/py/mkenv.mk index 4bf7d3313..e4381f1b2 100644 --- a/py/mkenv.mk +++ b/py/mkenv.mk @@ -37,7 +37,7 @@ ifeq ($(BUILD_VERBOSE),0) $(info Use make V=1, make V=2 or set BUILD_VERBOSE similarly in your environment to increase build verbosity.) endif -# default settings; can be overriden in main Makefile +# default settings; can be overridden in main Makefile PY_SRC ?= $(TOP)/py BUILD ?= build @@ -63,9 +63,9 @@ CXX += -m32 LD += -m32 endif -MAKE_FROZEN = ../tools/make-frozen.py -MPY_CROSS = ../mpy-cross/mpy-cross -MPY_TOOL = ../tools/mpy-tool.py +MAKE_FROZEN = $(TOP)/tools/make-frozen.py +MPY_CROSS = $(TOP)/mpy-cross/mpy-cross +MPY_TOOL = $(TOP)/tools/mpy-tool.py all: .PHONY: all |
