Blame view

fs/romfs/Makefile 198 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
  #
da4458bda   David Howells   NOMMU: Make it po...
2
  # Makefile for the linux RomFS filesystem routines.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
3
4
5
  #
  
  obj-$(CONFIG_ROMFS_FS) += romfs.o
da4458bda   David Howells   NOMMU: Make it po...
6
7
8
9
10
  romfs-y := storage.o super.o
  
  ifneq ($(CONFIG_MMU),y)
  romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
  endif