summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/fs/fat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/fs/fat/Makefile')
-rw-r--r--qemu/roms/u-boot/fs/fat/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/qemu/roms/u-boot/fs/fat/Makefile b/qemu/roms/u-boot/fs/fat/Makefile
deleted file mode 100644
index b60e8486c..000000000
--- a/qemu/roms/u-boot/fs/fat/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-#
-# 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