1 # 1 # 2 # Copyright (C) 2000 Jeff Dike (jdike@karaya.c 2 # Copyright (C) 2000 Jeff Dike (jdike@karaya.com) 3 # Licensed under the GPL 3 # Licensed under the GPL 4 # 4 # 5 5 6 hostfs-objs := hostfs_kern.o !! 6 hostfs-objs := hostfs_kern.o hostfs_user.o 7 7 8 hostfs-builtin-$(CONFIG_HOSTFS) += hostfs_user !! 8 obj-y := 9 << 10 obj-y := $(hostfs-builtin-y) $(hostfs-builtin- << 11 obj-$(CONFIG_HOSTFS) += hostfs.o 9 obj-$(CONFIG_HOSTFS) += hostfs.o 12 10 13 include $(srctree)/arch/um/scripts/Makefile.ru !! 11 include arch/um/scripts/Makefile.rules
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.