mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-04 23:47:46 -04:00
7 lines
157 B
Makefile
7 lines
157 B
Makefile
#
|
|
# 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
|