summaryrefslogtreecommitdiff
path: root/ports/nrf/Makefile
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-02-15 00:28:20 -0500
committerDan Halbert <halbert@halwitz.org>2019-02-15 00:28:20 -0500
commit5154e0581e0eda0b755a19df98dca45db7ffa76b (patch)
treece2eb5a8f91b9c8cb16ac3013c356278ca0dc879 /ports/nrf/Makefile
parent379258112aad44255ef3acaada0749c556b7b09e (diff)
WIP: atmel-samd trinket build works
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 \