mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 00:38:05 -04:00
9 lines
164 B
Makefile
9 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)
|