c05564c4d8
Android 13
7 lines
121 B
Makefile
Executable file
7 lines
121 B
Makefile
Executable file
#
|
|
# Makefile for the filesystem export support routines.
|
|
|
|
obj-$(CONFIG_EXPORTFS) += exportfs.o
|
|
|
|
exportfs-objs := expfs.o
|