1# 2# 3# SPDX-License-Identifier: GPL-2.0+ 4# 5 6obj-$(CONFIG_FS_FAT) := fat.o 7obj-$(CONFIG_FAT_WRITE):= fat_write.o 8 9ifndef CONFIG_SPL_BUILD 10obj-$(CONFIG_FS_FAT) += file.o 11endif 12