aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorTien Fong Chee <tien.fong.chee@intel.com>2018-07-06 16:28:03 +0800
committerTom Rini <trini@konsulko.com>2018-09-28 20:22:33 -0400
commit620300043c95cc695585748ba6ef79da8b8095eb (patch)
tree8a6e9d1c3b17379644aa85f3cdb66ab1739af1b1 /drivers/misc/Makefile
parentfc5ca3ab5422601775148e7f65b28aa205055279 (diff)
downloadu-boot-620300043c95cc695585748ba6ef79da8b8095eb.zip
u-boot-620300043c95cc695585748ba6ef79da8b8095eb.tar.gz
u-boot-620300043c95cc695585748ba6ef79da8b8095eb.tar.bz2
common: Generic loader for file system
This is file system generic loader which can be used to load the file image from the storage into target such as memory. The consumer driver would then use this loader to program whatever, ie. the FPGA device. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index da4666f..acf24c4 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -56,3 +56,4 @@ obj-$(CONFIG_SYS_DPAA_QBMAN) += fsl_portals.o
obj-$(CONFIG_GDSYS_IOEP) += gdsys_ioep.o
obj-$(CONFIG_GDSYS_RXAUI_CTRL) += gdsys_rxaui_ctrl.o
obj-$(CONFIG_MPC83XX_SERDES) += mpc83xx_serdes.o
+obj-$(CONFIG_FS_LOADER) += fs_loader.o