Makefile 307 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for the linux pstorefs routines.
  4. #
  5. obj-$(CONFIG_PSTORE) += pstore.o
  6. pstore-objs += inode.o platform.o
  7. pstore-$(CONFIG_PSTORE_FTRACE) += ftrace.o
  8. pstore-$(CONFIG_PSTORE_PMSG) += pmsg.o
  9. ramoops-objs += ram.o ram_core.o
  10. obj-$(CONFIG_PSTORE_RAM) += ramoops.o