]> Git Repo - linux.git/blob - fs/pstore/Makefile
NFSv4: Ensure delegation recall and byte range lock removal don't conflict
[linux.git] / fs / pstore / Makefile
1 #
2 # Makefile for the linux pstorefs routines.
3 #
4
5 obj-y += pstore.o
6
7 pstore-objs += inode.o platform.o
8 obj-$(CONFIG_PSTORE_FTRACE)     += ftrace.o
9
10 ramoops-objs += ram.o ram_core.o
11 obj-$(CONFIG_PSTORE_RAM)        += ramoops.o
This page took 0.035656 seconds and 4 git commands to generate.