diff --git a/components/fs/fatfs/fatfs.mk b/components/fs/fatfs/fatfs.mk index c556791231c4540ca5e8fac94b48314192dc0e11..6533e04238036268d1cfabf6b60572ddc6405f45 100644 --- a/components/fs/fatfs/fatfs.mk +++ b/components/fs/fatfs/fatfs.mk @@ -25,10 +25,7 @@ $(NAME)_SRCS += \ GLOBAL_INCS += \ . \ - include \ - ../include \ - - + include $(NAME)_CFLAGS = \ diff --git a/components/fs/fs.mk b/components/fs/fs.mk index 47492a20f5fcc9cba5f499a89cc02bee155f6aea..932327cf950dfa39238662962072911cb46ba92d 100644 --- a/components/fs/fs.mk +++ b/components/fs/fs.mk @@ -18,19 +18,16 @@ include config/$(KCONFIG_CONFIG) GLOBAL_INCS = include +ifeq ($(CONFIG_SPINAND), y) $(NAME)_SRCS += \ - vfs/vfs.c \ - - + vfs/vfs.c - -ifeq ($(CONFIG_SPINAND), y) $(NAME)_SRCS += yaffs/helios_yaffs_vfs.c -$(NAME)_COMPONENTS := components/fs/yaffs +$(NAME)_COMPONENTS += components/fs/yaffs endif ifeq ($(CONFIG_SPI_SDCARD), y) -$(NAME)_COMPONENTS := components/fs/fatfs +$(NAME)_COMPONENTS += components/fs/fatfs endif diff --git a/services/microPython b/services/microPython index 860c97ee0937982e92fc78eedcbc75700068724c..b104055a2ad9cb5af62ee9c0bc28249cc390fc0c 160000 --- a/services/microPython +++ b/services/microPython @@ -1 +1 @@ -Subproject commit 860c97ee0937982e92fc78eedcbc75700068724c +Subproject commit b104055a2ad9cb5af62ee9c0bc28249cc390fc0c