mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-16 09:14:16 +00:00
8 lines
197 B
Makefile
8 lines
197 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the linux adfs filesystem routines.
|
|
#
|
|
|
|
obj-$(CONFIG_ADFS_FS) += adfs.o
|
|
|
|
adfs-objs := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
|