6 lines
128 B
Makefile
Executable File
6 lines
128 B
Makefile
Executable File
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_$(SPL_)FS_EXFAT) = exfat.o
|
|
obj-$(CONFIG_$(SPL_)EXFAT_WRITE) = exfat_write.o
|