We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817b80a commit 0fff2e0Copy full SHA for 0fff2e0
ports/stm32/Makefile
@@ -259,7 +259,7 @@ DRIVERS_SRC_C = $(addprefix drivers/,\
259
dht/dht.c \
260
)
261
262
-SRC_C = \
+SRC_C += \
263
main.c \
264
stm32_it.c \
265
usbd_conf.c \
@@ -330,7 +330,7 @@ SRC_C = \
330
adc.c \
331
$(wildcard $(BOARD_DIR)/*.c)
332
333
-SRC_O = \
+SRC_O += \
334
$(STARTUP_FILE) \
335
$(SYSTEM_FILE)
336
@@ -505,7 +505,6 @@ endif
505
506
endif
507
508
-OBJ =
509
OBJ += $(PY_O)
510
OBJ += $(addprefix $(BUILD)/, $(LIB_SRC_C:.c=.o))
511
OBJ += $(LIBM_O)
0 commit comments