1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for the linux autofs-filesystem rou 2 # Makefile for the linux autofs-filesystem routines. 4 # 3 # >> 4 # We can build this either out of the kernel tree or the autofs tools tree. >> 5 # >> 6 >> 7 O_TARGET := autofs.o 5 8 6 obj-$(CONFIG_AUTOFS_FS) += autofs4.o !! 9 obj-y := dir.o dirhash.o init.o inode.o root.o symlink.o waitq.o >> 10 obj-m := $(O_TARGET) 7 11 8 autofs4-objs := init.o inode.o root.o symlink. !! 12 include $(TOPDIR)/Rules.make
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.