swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: 9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68 authored by Linus Torvalds on 28 June 2020, 22:00:24 UTC
Linux 5.8-rc3
Tip revision: 9ebcfad
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the efivarfs filesystem
#

obj-$(CONFIG_EFIVAR_FS)		+= efivarfs.o

efivarfs-objs			:= inode.o file.o super.o
back to top