Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Makefile for the linux ramfs routines.
0004 #
0005 
0006 obj-y += ramfs.o
0007 
0008 file-mmu-y := file-nommu.o
0009 file-mmu-$(CONFIG_MMU) := file-mmu.o
0010 ramfs-objs += inode.o $(file-mmu-y)