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