This stack check implementation leverages the compiler's profiling (gcc -p)
[linux-2.6.git] / fs / rcfs / Makefile
1 #
2 # Makefile for rcfs routines.
3 #
4
5 obj-$(CONFIG_RCFS_FS) += rcfs.o
6
7 rcfs-objs := super.o inode.o dir.o rootdir.o magic.o tc_magic.o socket_fs.o 
8
9 rcfs-objs-$(CONFIG_CKRM_TYPE_TASKCLASS) += tc_magic.o
10 rcfs-objs-$(CONFIG_CKRM_TYPE_SOCKETCLASS) += socket_fs.o