summaryrefslogtreecommitdiff
path: root/ports/nrf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports/nrf/Makefile')
-rwxr-xr-xports/nrf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile
index ac7024e82..13c7edb80 100755
--- a/ports/nrf/Makefile
+++ b/ports/nrf/Makefile
@@ -210,6 +210,8 @@ SRC_BINDINGS_ENUMS += \
endif
SRC_SHARED_MODULE = \
+ _pixelbuf/__init__.c \
+ _pixelbuf/PixelBuf.c
os/__init__.c \
random/__init__.c \
struct/__init__.c \
@@ -237,8 +239,6 @@ SRC_SHARED_MODULE = \
ifndef EXCLUDE_PIXELBUF
- SRC_SHARED_MODULE += _pixelbuf/__init__.c \
- _pixelbuf/PixelBuf.c
endif
# uheap/__init__.c \