xref: /linux-6.15/fs/ramfs/Makefile (revision ec8f24b7)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for the linux ramfs routines.
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds
68e3f715aSRobert P. J. Dayobj-y += ramfs.o
71da177e4SLinus Torvalds
8642fb4d1SDavid Howellsfile-mmu-y := file-nommu.o
9642fb4d1SDavid Howellsfile-mmu-$(CONFIG_MMU) := file-mmu.o
10642fb4d1SDavid Howellsramfs-objs += inode.o $(file-mmu-y)
11