Skip to content

Commit 369507e

Browse files
committed
cxd56 was not using SRC_SHARED_MODULE_INTERNAL
1 parent d40ba94 commit 369507e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/cxd56/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ SRC_COMMON_HAL_EXPANDED = $(addprefix shared-bindings/, $(SRC_COMMON_HAL)) \
134134
$(addprefix common-hal/, $(SRC_COMMON_HAL))
135135

136136
SRC_SHARED_MODULE_EXPANDED = $(addprefix shared-bindings/, $(SRC_SHARED_MODULE)) \
137-
$(addprefix shared-module/, $(SRC_SHARED_MODULE))
137+
$(addprefix shared-module/, $(SRC_SHARED_MODULE)) \
138+
$(addprefix shared-module/, $(SRC_SHARED_MODULE_INTERNAL))
138139

139140
SRC_S = supervisor/cpu.s
140141

0 commit comments

Comments
 (0)