public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] fs: Makefile: Add fs.c under SPL as well as it is needed for fs_loader
@ 2018-11-05  6:04 Keerthy
  2018-11-05  6:04 ` [U-Boot] [PATCH 2/3] misc: fs_loader: Use device_get_global_by_ofnode to get to node Keerthy
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Keerthy @ 2018-11-05  6:04 UTC (permalink / raw)
  To: u-boot

Add fs.c under SPL as well as it is needed for fs_loader

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 fs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/Makefile b/fs/Makefile
index bad0c2c..b4ca1b3 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -8,7 +8,6 @@ ifdef CONFIG_SPL_BUILD
 obj-$(CONFIG_SPL_FAT_SUPPORT) += fat/
 obj-$(CONFIG_SPL_EXT_SUPPORT) += ext4/
 else
-obj-y				+= fs.o
 
 obj-$(CONFIG_FS_BTRFS) += btrfs/
 obj-$(CONFIG_FS_CBFS) += cbfs/
@@ -22,4 +21,5 @@ obj-$(CONFIG_CMD_UBIFS) += ubifs/
 obj-$(CONFIG_YAFFS2) += yaffs2/
 obj-$(CONFIG_CMD_ZFS) += zfs/
 endif
+obj-y				+= fs.o
 obj-y += fs_internal.o
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-11-17 14:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-05  6:04 [U-Boot] [PATCH 1/3] fs: Makefile: Add fs.c under SPL as well as it is needed for fs_loader Keerthy
2018-11-05  6:04 ` [U-Boot] [PATCH 2/3] misc: fs_loader: Use device_get_global_by_ofnode to get to node Keerthy
2018-11-13 19:53   ` Simon Glass
2018-11-17 14:08   ` [U-Boot] [U-Boot, " Tom Rini
2018-11-05  6:04 ` [U-Boot] [PATCH 3/3] misc: fs_loader: Fix compiler warning Keerthy
2018-11-13 19:53   ` Simon Glass
2018-11-17 14:08   ` [U-Boot] [U-Boot,3/3] " Tom Rini
2018-11-13 19:53 ` [U-Boot] [PATCH 1/3] fs: Makefile: Add fs.c under SPL as well as it is needed for fs_loader Simon Glass
2018-11-17 14:08 ` [U-Boot] [U-Boot, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox