mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-02-14 13:45:08 +00:00
7 lines
121 B
Makefile
7 lines
121 B
Makefile
|
|
#
|
||
|
|
# Makefile for the filesystem export support routines.
|
||
|
|
|
||
|
|
obj-$(CONFIG_EXPORTFS) += exportfs.o
|
||
|
|
|
||
|
|
exportfs-objs := expfs.o
|