mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-28 06:48:53 +01:00
6 lines
121 B
Makefile
6 lines
121 B
Makefile
#
|
|
# Makefile for the filesystem export support routines.
|
|
|
|
obj-$(CONFIG_EXPORTFS) += exportfs.o
|
|
|
|
exportfs-objs := expfs.o
|