Blame view

fs/exofs/Kbuild 527 Bytes
b14f8ab28   Boaz Harrosh   exofs: Kbuild, He...
1
2
3
4
5
6
7
8
9
10
11
12
13
  #
  # Kbuild for the EXOFS module
  #
  # Copyright (C) 2008 Panasas Inc.  All rights reserved.
  #
  # Authors:
  #   Boaz Harrosh <bharrosh@panasas.com>
  #
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License version 2
  #
  # Kbuild - Gets included from the Kernels Makefile and build system
  #
cf283ade0   Boaz Harrosh   ore: Make ore its...
14
  # ore module library
a1fec1dbb   Boaz Harrosh   ore: RAID5 read
15
16
  libore-y := ore.o ore_raid.o
  obj-$(CONFIG_ORE) += libore.o
cf283ade0   Boaz Harrosh   ore: Make ore its...
17
18
  
  exofs-y := inode.o file.o symlink.o namei.o dir.o super.o
b14f8ab28   Boaz Harrosh   exofs: Kbuild, He...
19
  obj-$(CONFIG_EXOFS_FS) += exofs.o