aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hostfs/Makefile
blob: 16be592e80854472100ac047f34ec029af333d94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
# Licensed under the GPL
#

hostfs-objs := hostfs_kern.o

hostfs-builtin-$(CONFIG_HOSTFS) += hostfs_user.o hostfs_user_exp.o

obj-y := $(hostfs-builtin-y) $(hostfs-builtin-m)
obj-$(CONFIG_HOSTFS) += hostfs.o

include $(srctree)/arch/um/scripts/Makefile.rules