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 7 7 8 hostfs-builtin-$(CONFIG_HOSTFS) += hostfs_user 8 hostfs-builtin-$(CONFIG_HOSTFS) += hostfs_user.o hostfs_user_exp.o 9 9 10 obj-y := $(hostfs-builtin-y) $(hostfs-builtin- 10 obj-y := $(hostfs-builtin-y) $(hostfs-builtin-m) 11 obj-$(CONFIG_HOSTFS) += hostfs.o 11 obj-$(CONFIG_HOSTFS) += hostfs.o 12 12 13 include $(srctree)/arch/um/scripts/Makefile.ru 13 include $(srctree)/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.