Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / fs / hostfs / Makefile
CommitLineData
1da177e4
LT
1#
2# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3# Licensed under the GPL
4#
5
8c617450 6hostfs-objs := hostfs_kern.o
1da177e4 7
8c617450
JB
8hostfs-builtin-$(CONFIG_HOSTFS) += hostfs_user.o hostfs_user_exp.o
9
10obj-y := $(hostfs-builtin-y) $(hostfs-builtin-m)
1da177e4
LT
11obj-$(CONFIG_HOSTFS) += hostfs.o
12
67d7c302 13include $(srctree)/arch/um/scripts/Makefile.rules