2008-10-27 16:27:55 +00:00
|
|
|
#
|
|
|
|
# Kbuild for the EXOFS module
|
|
|
|
#
|
|
|
|
# Copyright (C) 2008 Panasas Inc. All rights reserved.
|
|
|
|
#
|
|
|
|
# Authors:
|
2014-10-19 16:38:58 +00:00
|
|
|
# Boaz Harrosh <ooo@electrozaur.com>
|
2008-10-27 16:27:55 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|
|
|
|
|
2011-08-07 02:22:06 +00:00
|
|
|
# ore module library
|
2011-10-12 16:42:22 +00:00
|
|
|
libore-y := ore.o ore_raid.o
|
|
|
|
obj-$(CONFIG_ORE) += libore.o
|
2011-08-07 02:22:06 +00:00
|
|
|
|
2012-03-15 01:01:45 +00:00
|
|
|
exofs-y := inode.o file.o symlink.o namei.o dir.o super.o sys.o
|
2008-10-27 16:27:55 +00:00
|
|
|
obj-$(CONFIG_EXOFS_FS) += exofs.o
|