mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 00:38:05 -04:00
7 lines
126 B
Makefile
7 lines
126 B
Makefile
#
|
|
# Makefile for the efivarfs filesystem
|
|
#
|
|
|
|
obj-$(CONFIG_EFIVAR_FS) += efivarfs.o
|
|
|
|
efivarfs-objs := inode.o file.o super.o
|