Skip to content

Commit d126820

Browse files
committed
Fix undefined var warning
1 parent 930c12c commit d126820

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platforms/rs14100/Makefile.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,9 @@ RS14100_CFLAGS += -DSRAM_BASE=$(SRAM_BASE) -DSRAM_BASE_ADDR=$(SRAM_BASE) -DSRAM_
224224
-DRSI_WITH_OS -DBOOTLOADER_VERSION_CHECK=0
225225

226226
IPATH = $(sort $(APP_SOURCE_DIRS) $(APP_INCLUDES)) \
227-
$(COMMON_PATH)/platforms/arm \
228227
$(MGOS_PLATFORM_PATH)/include $(MGOS_IPATH) $(GEN_DIR) $(RS14100_IPATH)
229228

230229
VPATH = $(MGOS_VPATH) $(MGOS_PLATFORM_PATH)/src \
231-
$(COMMON_PATH)/platforms/arm \
232230
$(GEN_DIR) $(APP_SOURCE_DIRS) $(RS14100_VPATH)
233231

234232
APP_SRCS := $(notdir $(foreach m,$(APP_SOURCES),$(wildcard $(m)))) $(APP_EXTRA_SRCS)

0 commit comments

Comments
 (0)