swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: b3a9e3b9622ae10064826dccb4f7a52bd88c7407 authored by Linus Torvalds on 14 June 2020, 19:45:04 UTC
Linux 5.8-rc1
Tip revision: b3a9e3b
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