android_kernel_samsung_a7y1.../fs/ramfs/Makefile
prashantpaddune 3bca37f224 A750FXXU4CTBC
2020-03-27 21:51:54 +05:30

10 lines
164 B
Makefile

#
# Makefile for the linux ramfs routines.
#
obj-y += ramfs.o
file-mmu-y := file-nommu.o
file-mmu-$(CONFIG_MMU) := file-mmu.o
ramfs-objs += inode.o $(file-mmu-y)