Merge tag 'fbdev-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[linux-block.git] / fs / ramfs / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# Makefile for the linux ramfs routines.
4#
5
8e3f715a 6obj-y += ramfs.o
1da177e4 7
642fb4d1
DH
8file-mmu-y := file-nommu.o
9file-mmu-$(CONFIG_MMU) := file-mmu.o
10ramfs-objs += inode.o $(file-mmu-y)