Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / fs / fat / Makefile
diff --git a/qemu/roms/u-boot/fs/fat/Makefile b/qemu/roms/u-boot/fs/fat/Makefile
new file mode 100644 (file)
index 0000000..b60e848
--- /dev/null
@@ -0,0 +1,11 @@
+#
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
+obj-$(CONFIG_FS_FAT)   := fat.o
+obj-$(CONFIG_FAT_WRITE):= fat_write.o
+
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_FS_FAT)   += file.o
+endif