diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-08-16 21:33:36 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-08-16 21:33:36 -0500 |
| commit | b1d210cca728066a7ab0188ab76428e96b4e0ced (patch) | |
| tree | a070e605af312313a517fe0ca6230a2fdb12de75 /mpy-cross | |
| parent | ead2554c78d698bf5e70a3afd33d1154885e60d5 (diff) | |
remove trailing whitespace
Diffstat (limited to 'mpy-cross')
| -rw-r--r-- | mpy-cross/Makefile.static-raspbian | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mpy-cross/Makefile.static-raspbian b/mpy-cross/Makefile.static-raspbian index 6329ebdb5..8fe78b0af 100644 --- a/mpy-cross/Makefile.static-raspbian +++ b/mpy-cross/Makefile.static-raspbian @@ -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 - |
