xref: /linux/fs/hostfs/Makefile (revision 8379c1552bbda054885d2e4f3092c36adab717f1)
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