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 930c12c commit d126820Copy full SHA for d126820
platforms/rs14100/Makefile.build
@@ -224,11 +224,9 @@ RS14100_CFLAGS += -DSRAM_BASE=$(SRAM_BASE) -DSRAM_BASE_ADDR=$(SRAM_BASE) -DSRAM_
224
-DRSI_WITH_OS -DBOOTLOADER_VERSION_CHECK=0
225
226
IPATH = $(sort $(APP_SOURCE_DIRS) $(APP_INCLUDES)) \
227
- $(COMMON_PATH)/platforms/arm \
228
$(MGOS_PLATFORM_PATH)/include $(MGOS_IPATH) $(GEN_DIR) $(RS14100_IPATH)
229
230
VPATH = $(MGOS_VPATH) $(MGOS_PLATFORM_PATH)/src \
231
232
$(GEN_DIR) $(APP_SOURCE_DIRS) $(RS14100_VPATH)
233
234
APP_SRCS := $(notdir $(foreach m,$(APP_SOURCES),$(wildcard $(m)))) $(APP_EXTRA_SRCS)
0 commit comments