File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ CFLAGS += -DMICROPY_ROM_TEXT_COMPRESSION=1
15
15
endif
16
16
17
17
# QSTR generation uses the same CFLAGS, with these modifications.
18
- QSTR_GEN_FLAGS = -DNO_QSTR -I $( BUILD ) /tmp
18
+ QSTR_GEN_FLAGS = -DNO_QSTR
19
19
# Note: := to force evalulation immediately.
20
20
QSTR_GEN_CFLAGS := $(CFLAGS )
21
21
QSTR_GEN_CFLAGS += $(QSTR_GEN_FLAGS )
@@ -76,8 +76,6 @@ vpath %.c . $(TOP) $(USER_C_MODULES)
76
76
$(BUILD ) /% .o : % .c
77
77
$(call compile_c)
78
78
79
- vpath % .c . $(TOP ) $(USER_C_MODULES )
80
-
81
79
vpath % .cpp . $(TOP ) $(USER_C_MODULES )
82
80
$(BUILD ) /% .o : % .cpp
83
81
$(call compile_cxx)
@@ -215,7 +213,7 @@ LIBMICROPYTHON = libmicropython.a
215
213
# tracking. Then LIBMICROPYTHON_EXTRA_CMD can e.g. touch some
216
214
# other file to cause needed effect, e.g. relinking with new lib.
217
215
lib $(LIBMICROPYTHON ) : $(OBJ )
218
- $(AR ) rcs $(LIBMICROPYTHON ) $^
216
+ $(Q )$( AR ) rcs $(LIBMICROPYTHON ) $^
219
217
$(LIBMICROPYTHON_EXTRA_CMD )
220
218
221
219
clean :
You can’t perform that action at this time.
0 commit comments