]> Git Repo - J-u-boot.git/blobdiff - fs/fat/Makefile
global: Rename SPL_ to XPL_
[J-u-boot.git] / fs / fat / Makefile
index 3e2a6b01a89861cc2b7a60c954bab8a07f0c6447..7414b3602aa43614f063f01f1676b3192ec2e736 100644 (file)
@@ -1,7 +1,5 @@
-#
-#
-# SPDX-License-Identifier:     GPL-2.0+
+# SPDX-License-Identifier: GPL-2.0+
 #
 
-obj-$(CONFIG_FS_FAT)   := fat.o
-obj-$(CONFIG_FAT_WRITE):= fat_write.o
+obj-$(CONFIG_$(XPL_)FS_FAT) = fat.o
+obj-$(CONFIG_$(XPL_)FAT_WRITE) = fat_write.o
This page took 0.026372 seconds and 4 git commands to generate.