Root/fs/mini_fo/Makefile

1#
2# Makefile for mini_fo 2.4 and 2.6 Linux kernels
3#
4# Copyright (C) 2004, 2005 Markus Klotzbuecher <mk@creamnet.de>
5#
6# This program is free software; you can redistribute it and/or
7# modify it under the terms of the GNU General Public License
8# as published by the Free Software Foundation; either version
9# 2 of the License, or (at your option) any later version.
10#
11
12obj-$(CONFIG_MINI_FO) := mini_fo.o
13mini_fo-objs := meta.o dentry.o file.o inode.o main.o super.o state.o aux.o
14
15# dependencies
16${mini_fo-objs}: mini_fo.h fist.h
17
18

Archive Download this file



interactive