M7350/kernel/fs/exofs/Kbuild

21 lines
532 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
#
# Kbuild for the EXOFS module
#
# Copyright (C) 2008 Panasas Inc. All rights reserved.
#
# Authors:
2024-09-09 08:57:42 +00:00
# Boaz Harrosh <ooo@electrozaur.com>
2024-09-09 08:52:07 +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
#
# ore module library
libore-y := ore.o ore_raid.o
obj-$(CONFIG_ORE) += libore.o
2024-09-09 08:57:42 +00:00
exofs-y := inode.o file.o symlink.o namei.o dir.o super.o sys.o
2024-09-09 08:52:07 +00:00
obj-$(CONFIG_EXOFS_FS) += exofs.o