diff options
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 \ |
