Blame view

fs/exofs/Kbuild 522 Bytes
b14f8ab28   Boaz Harrosh   exofs: Kbuild, He...
1
2
3
4
5
6
  #
  # Kbuild for the EXOFS module
  #
  # Copyright (C) 2008 Panasas Inc.  All rights reserved.
  #
  # Authors:
aa281ac63   Boaz Harrosh   Boaz Harrosh - Fi...
7
  #   Boaz Harrosh <ooo@electrozaur.com>
b14f8ab28   Boaz Harrosh   exofs: Kbuild, He...
8
9
10
11
12
13
  #
  # 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

a5ef103da   Al Viro   exofs: switch to ...
18
  exofs-y := inode.o file.o namei.o dir.o super.o sys.o
b14f8ab28   Boaz Harrosh   exofs: Kbuild, He...
19
  obj-$(CONFIG_EXOFS_FS) += exofs.o