Skip to content

Commit

Permalink
Fix top level Makefile so that Aurora can be built.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmerlin committed Dec 13, 2018
1 parent fa2b88e commit ed0974e
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 14 deletions.
2 changes: 1 addition & 1 deletion example/Aurora/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ARDUINO_LIBS += FastLED_NeoMatrix
ARDUINO_LIBS += Adafruit-GFX

BUILD_ROOT := build
include ../../../makeNativeArduino.mk
include ../../makeNativeArduino.mk
9 changes: 9 additions & 0 deletions example/Aurora/Makefile.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CUSTOM_LIBS := libraries

ARDUINO_LIBS += SPI
ARDUINO_LIBS += FastLED
ARDUINO_LIBS += FastLED_NeoMatrix
ARDUINO_LIBS += Adafruit-GFX

BUILD_ROOT := build
include ../../../makeNativeArduino.mk
2 changes: 1 addition & 1 deletion example/Aurora/attract/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/bounce/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/cube/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/flock/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/flowfield/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/incrementaldrift/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/incrementaldrift2/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/pendulumwave/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/radar/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/spiral/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/spiro/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/swirl/Makefile
2 changes: 1 addition & 1 deletion example/Aurora/wave/Makefile

0 comments on commit ed0974e

Please sign in to comment.