rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 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 arch/um/scripts/Makefile.rules |