xref: /linux/fs/hostfs/Makefile (revision 2db4da59485f9c25837acc8024fc58b7a4143aaa)
1#
2# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3# Licensed under the GPL
4#
5
6hostfs-objs := hostfs_kern.o
7
8hostfs-builtin-$(CONFIG_HOSTFS) += hostfs_user.o hostfs_user_exp.o
9
10obj-y := $(hostfs-builtin-y) $(hostfs-builtin-m)
11obj-$(CONFIG_HOSTFS) += hostfs.o
12
13include $(srctree)/arch/um/scripts/Makefile.rules
14