blob: 7bfc2f9754a8826953ed63fe14d24ed4da69e2db (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# 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 vars.o
|