remove trailing whitespace

This commit is contained in:
Jeff Epler 2020-08-16 21:33:36 -05:00
parent ead2554c78
commit b1d210cca7
1 changed files with 0 additions and 1 deletions

View File

@ -9,4 +9,3 @@ 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