File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -743,12 +743,6 @@ SRC_MOD += $(addprefix lib/mp3/src/, \
743743)
744744$(BUILD ) /lib/mp3/src/buffers.o : CFLAGS += -include "py/misc.h" -D'MPDEC_ALLOCATOR(x)=m_malloc(x)' -D'MPDEC_FREE(x)=m_free(x)'
745745endif
746- ifeq ($(CIRCUITPY_RGBMATRIX ) ,1)
747- SRC_MOD += $(addprefix lib/protomatter/src/, \
748- core.c \
749- )
750- $(BUILD ) /lib/protomatter/src/core.o : CFLAGS += -include "shared-module/rgbmatrix/allocator.h" -DCIRCUITPY -Wno-missing-braces -Wno-missing-prototypes
751- endif
752746
753747ifeq ($(CIRCUITPY_GIFIO ) ,1)
754748SRC_MOD += $(addprefix lib/AnimatedGIF/, \
@@ -757,6 +751,13 @@ SRC_MOD += $(addprefix lib/AnimatedGIF/, \
757751$(BUILD ) /lib/AnimatedGIF/gif.o : CFLAGS += -DCIRCUITPY
758752endif
759753
754+ ifeq ($(CIRCUITPY_RGBMATRIX ) ,1)
755+ SRC_MOD += $(addprefix lib/protomatter/src/, \
756+ core.c \
757+ )
758+ $(BUILD ) /lib/protomatter/src/core.o : CFLAGS += -include "shared-module/rgbmatrix/allocator.h" -DCIRCUITPY -Wno-missing-braces -Wno-missing-prototypes
759+ endif
760+
760761ifeq ($(CIRCUITPY_ZLIB ) ,1)
761762SRC_MOD += $(addprefix lib/uzlib/, \
762763 tinflate.c \
You can’t perform that action at this time.
0 commit comments