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