]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/romfs/Makefile
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[mirror_ubuntu-artful-kernel.git] / fs / romfs / Makefile
CommitLineData
1da177e4 1#
da4458bd 2# Makefile for the linux RomFS filesystem routines.
1da177e4
LT
3#
4
5obj-$(CONFIG_ROMFS_FS) += romfs.o
6
da4458bd
DH
7romfs-y := storage.o super.o
8
9ifneq ($(CONFIG_MMU),y)
10romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
11endif
12