linux-zen-desktop/fs/hostfs/Makefile

14 lines
311 B
Makefile
Raw Permalink Normal View History

2023-08-30 17:31:07 +02:00
#
# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
# Licensed under the GPL
#
2023-10-24 12:59:35 +02:00
hostfs-objs := hostfs_kern.o
2023-08-30 17:31:07 +02:00
2023-10-24 12:59:35 +02:00
hostfs-builtin-$(CONFIG_HOSTFS) += hostfs_user.o hostfs_user_exp.o
obj-y := $(hostfs-builtin-y) $(hostfs-builtin-m)
2023-08-30 17:31:07 +02:00
obj-$(CONFIG_HOSTFS) += hostfs.o
include $(srctree)/arch/um/scripts/Makefile.rules