diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-02-15 00:28:20 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-02-15 00:28:20 -0500 |
| commit | 5154e0581e0eda0b755a19df98dca45db7ffa76b (patch) | |
| tree | ce2eb5a8f91b9c8cb16ac3013c356278ca0dc879 /ports/nrf/Makefile | |
| parent | 379258112aad44255ef3acaada0749c556b7b09e (diff) | |
WIP: atmel-samd trinket build works
Diffstat (limited to 'ports/nrf/Makefile')
| -rwxr-xr-x | ports/nrf/Makefile | 4 |
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 \ |
