From 24546734da04b8e1a42d8b67ffce163592758dc5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 13 Jan 2015 14:11:58 -0600 Subject: Micro Python uses CROSS_COMPILE, not CROSSDEV --- apps/interpreters/micropython/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/interpreters/micropython/Makefile b/apps/interpreters/micropython/Makefile index c725202a1..05b38b43c 100644 --- a/apps/interpreters/micropython/Makefile +++ b/apps/interpreters/micropython/Makefile @@ -50,6 +50,8 @@ WGET ?= wget MICROPYTHON_UNPACKNAME = micropython-$(MICROPYTHON_VERSION) UNPACK ?= tar -zxf +CROSS_COMPILE ?= $(CROSSDEV) + MICROPYTHON_UNPACKDIR = $(WD)/$(MICROPYTHON_UNPACKNAME) MICROPTHYON_SRCDIR = $(MICROPYTHON_UNPACKDIR)/py -include $(MICROPTHYON_SRCDIR)/mkenv.mk -- cgit v1.2.3