blob: d1198adb562e957dea04e7eb0c5c688933ee8dd0 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# Makefile for the linux ramfs routines.
4#
5
Robert P. J. Day8e3f7152007-10-16 23:29:27 -07006obj-y += ramfs.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
David Howells642fb4d2006-01-06 00:11:41 -08008file-mmu-y := file-nommu.o
9file-mmu-$(CONFIG_MMU) := file-mmu.o
10ramfs-objs += inode.o $(file-mmu-y)