Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf...
[platform/kernel/linux-rpi.git] / fs / hostfs / Makefile
1 #
2 # Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3 # Licensed under the GPL
4 #
5
6 hostfs-objs := hostfs_kern.o
7
8 hostfs-builtin-$(CONFIG_HOSTFS) += hostfs_user.o hostfs_user_exp.o
9
10 obj-y := $(hostfs-builtin-y) $(hostfs-builtin-m)
11 obj-$(CONFIG_HOSTFS) += hostfs.o
12
13 include $(srctree)/arch/um/scripts/Makefile.rules