summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index be93ef2..6e87923 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -23,7 +23,7 @@
##
LUFA_VERSION := 151115
-FASTLED_VERSION := v3.1.0
+FASTLED_VERSION := 3.1.0
BMP180_VERSION := V_1.1.2
all: download-lufa download-fastled update-pjon update-teensy-loader download-bmp180
@@ -34,11 +34,12 @@ LUFA-${LUFA_VERSION}.zip:
wget "http://www.github.com/abcminiuser/lufa/archive/$@" -O "$@"
unzip $@
-download-fastled: FastLED-${FASTLED_VERSION}.zip
+download-fastled: FastLED-v${FASTLED_VERSION}.zip
-FastLED-${FASTLED_VERSION}.zip:
- wget "https://github.com/FastLED/FastLED/archive/${FASTLED_VERSION}.zip" -O "$@"
+FastLED-v${FASTLED_VERSION}.zip:
+ wget "https://github.com/FastLED/FastLED/archive/v${FASTLED_VERSION}.zip" -O "$@"
unzip $@
+ cd FastLED-${FASTLED_VERSION}; patch -p1 < ../fastled4minimus32.patch
download-bmp180: BMP180-${BMP180_VERSION}.zip