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