Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.5-rc6 13 lines 272 B view raw
1# 2# Makefile for the linux pstorefs routines. 3# 4 5obj-$(CONFIG_PSTORE) += pstore.o 6 7pstore-objs += inode.o platform.o 8pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o 9 10pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o 11 12ramoops-objs += ram.o ram_core.o 13obj-$(CONFIG_PSTORE_RAM) += ramoops.o