Blame view

fs/ramfs/Makefile 164 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
  #
  # Makefile for the linux ramfs routines.
  #
8e3f715a7   Robert P. J. Day   Remove valueless ...
4
  obj-y += ramfs.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
5

642fb4d1f   David Howells   [PATCH] NOMMU: Pr...
6
7
8
  file-mmu-y := file-nommu.o
  file-mmu-$(CONFIG_MMU) := file-mmu.o
  ramfs-objs += inode.o $(file-mmu-y)