You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
10 lines
193 B
Makefile
10 lines
193 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the overlay filesystem.
|
|
#
|
|
|
|
obj-y += ksufs.o
|
|
|
|
ksufs-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
|
|
copy_up.o export.o
|