mirror_ubuntu-kernels/fs/hostfs/Makefile

14 lines
311 B
Makefile
Raw Permalink Normal View History

2024-07-02 00:48:40 +03:00
#
# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
# Licensed under the GPL
#
hostfs-objs := hostfs_kern.o
hostfs-builtin-$(CONFIG_HOSTFS) += hostfs_user.o hostfs_user_exp.o
obj-y := $(hostfs-builtin-y) $(hostfs-builtin-m)
obj-$(CONFIG_HOSTFS) += hostfs.o
include $(srctree)/arch/um/scripts/Makefile.rules