Newer
Older
barebox / fs / pstore / Makefile
@Markus Pargmann Markus Pargmann on 10 Dec 2015 159 bytes fs: Add pstore filesystem
#
# Makefile for the linux pstorefs routines.
#

obj-y				+= fs.o platform.o


ramoops-objs			+= ram.o ram_core.o
obj-$(CONFIG_FS_PSTORE_RAMOOPS)	+= ramoops.o