Makefile 174 B

12345678910
  1. #
  2. # Makefile for the linux pstorefs routines.
  3. #
  4. obj-y += pstore.o
  5. pstore-objs += inode.o platform.o
  6. ramoops-objs += ram.o ram_core.o
  7. obj-$(CONFIG_PSTORE_RAM) += ramoops.o