summaryrefslogtreecommitdiff
path: root/ports/nrf
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-08-16 18:34:00 -0700
committerScott Shawcroft <scott@tannewt.org>2019-08-22 14:23:27 -0700
commit36a23e0fe3914b43645e51bf23a4d8bfec2db2c9 (patch)
treecc8a4688cfcd84c29e034268a875a0ed1e6fb8aa /ports/nrf
parentc247e7df9c043dc6a452a6cabc7bf232c0e9e085 (diff)
Rework refresh API and factor common display stuff out
NOT TESTED! Just compiles Fixes #1691
Diffstat (limited to 'ports/nrf')
-rwxr-xr-xports/nrf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile
index 9a461f9d8..6ec160088 100755
--- a/ports/nrf/Makefile
+++ b/ports/nrf/Makefile
@@ -192,7 +192,8 @@ SRC_COMMON_HAL_EXPANDED = $(addprefix shared-bindings/, $(SRC_COMMON_HAL)) \
$(addprefix common-hal/, $(SRC_COMMON_HAL))
SRC_SHARED_MODULE_EXPANDED = $(addprefix shared-bindings/, $(SRC_SHARED_MODULE)) \
- $(addprefix shared-module/, $(SRC_SHARED_MODULE))
+ $(addprefix shared-module/, $(SRC_SHARED_MODULE)) \
+ $(addprefix shared-module/, $(SRC_SHARED_MODULE_INTERNAL))
SRC_S = supervisor/cpu.s