Skip to content

Commit 24c513c

Browse files
committed
unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C.
1 parent e6235fe commit 24c513c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

examples/embedding/Makefile.upylib

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ endif
159159
OBJ = $(PY_O)
160160
OBJ += $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
161161
OBJ += $(addprefix $(BUILD)/, $(LIB_SRC_C:.c=.o))
162-
OBJ += $(addprefix $(BUILD)/, $(STMHAL_SRC_C:.c=.o))
163162

164163
# List of sources for qstr extraction
165164
SRC_QSTR += $(SRC_C) $(LIB_SRC_C)

ports/unix/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ LIB_SRC_C += $(addprefix lib/,\
165165
OBJ = $(PY_O)
166166
OBJ += $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
167167
OBJ += $(addprefix $(BUILD)/, $(LIB_SRC_C:.c=.o))
168-
OBJ += $(addprefix $(BUILD)/, $(STMHAL_SRC_C:.c=.o))
169168

170169
# List of sources for qstr extraction
171170
SRC_QSTR += $(SRC_C) $(LIB_SRC_C)

0 commit comments

Comments
 (0)