swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: da0c9ea146cbe92b832f1b0f694840ea8eb33cce authored by Linus Torvalds on 06 October 2019, 21:27:30 UTC
Linux 5.4-rc2
Tip revision: da0c9ea
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