]> Git Repo - J-u-boot.git/blame - fs/fat/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[J-u-boot.git] / fs / fat / Makefile
CommitLineData
71f95118
WD
1#
2#
1a459660 3# SPDX-License-Identifier: GPL-2.0+
71f95118
WD
4#
5
35c79275
MY
6obj-$(CONFIG_FS_FAT) := fat.o
7obj-$(CONFIG_FAT_WRITE):= fat_write.o
05bad4aa
A
8
9ifndef CONFIG_SPL_BUILD
35c79275 10obj-$(CONFIG_FS_FAT) += file.o
05bad4aa 11endif
This page took 0.201121 seconds and 4 git commands to generate.