mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 19:34:35 +00:00
fs: Makefile: Add fs.c under SPL for fs_loader
Add fs.c under SPL as well as it is needed for fs_loader Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> [trini: Add as obj-$(CONFIG_FS_LOADER) for non-SPL_FRAMEWORK builds] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
9ad3b049ed
commit
48e2f0c966
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
# Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
|
# Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
|
||||||
|
|
||||||
ifdef CONFIG_SPL_BUILD
|
ifdef CONFIG_SPL_BUILD
|
||||||
|
obj-$(CONFIG_FS_LOADER) += fs.o
|
||||||
obj-$(CONFIG_SPL_FAT_SUPPORT) += fat/
|
obj-$(CONFIG_SPL_FAT_SUPPORT) += fat/
|
||||||
obj-$(CONFIG_SPL_EXT_SUPPORT) += ext4/
|
obj-$(CONFIG_SPL_EXT_SUPPORT) += ext4/
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue