xref: /openbmc/linux/fs/romfs/Makefile (revision da4458bd)
11da177e4SLinus Torvalds#
2*da4458bdSDavid Howells# Makefile for the linux RomFS filesystem routines.
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
51da177e4SLinus Torvaldsobj-$(CONFIG_ROMFS_FS) += romfs.o
61da177e4SLinus Torvalds
7*da4458bdSDavid Howellsromfs-y := storage.o super.o
8*da4458bdSDavid Howells
9*da4458bdSDavid Howellsifneq ($(CONFIG_MMU),y)
10*da4458bdSDavid Howellsromfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
11*da4458bdSDavid Howellsendif
12*da4458bdSDavid Howells
13