2020-06-03 18:40:05 -04:00
|
|
|
# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
2020-01-25 16:02:02 -05:00
|
|
|
PROG=mpy-cross.static-raspbian
|
|
|
|
BUILD=build-static-raspbian
|
|
|
|
STATIC_BUILD=1
|
|
|
|
|
|
|
|
CROSS_COMPILE = pitools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-
|
|
|
|
include mpy-cross.mk
|
|
|
|
|
|
|
|
$(shell [ -d pitools ] || git clone --progress --verbose https://github.com/raspberrypi/tools.git --depth=1 pitools)
|