summaryrefslogtreecommitdiff
path: root/mpy-cross/Makefile.static-raspbian
blob: 8fe78b0aff12f43430a3fd14b0ef00429be49d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
#
# SPDX-License-Identifier: MIT

PROG=mpy-cross.static-raspbian
BUILD=build-static-raspbian
STATIC_BUILD=1

$(shell if ! [ -d pitools ]; then echo 1>&2 "Fetching pi build tools.  This may take awhile."; git clone -q https://github.com/raspberrypi/tools.git --depth=1 pitools; fi)
CROSS_COMPILE = pitools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-
include mpy-cross.mk