projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/printk...
[platform/kernel/linux-starfive.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 hostfs_user.o
7
8
obj-y :=
9
obj-$(CONFIG_HOSTFS) += hostfs.o
10
11
include $(srctree)/arch/um/scripts/Makefile.rules