https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 4326a10e3cff357894acdeca034cfdb9b40403da authored by Jason Self on 16 August 2011, 01:32:08 UTC
Linux-libre 3.0.2-gnu1
Tip revision: 4326a10
Makefile
#
# Makefile for the linux pstorefs routines.
#

obj-y += pstore.o

pstore-objs += inode.o platform.o
back to top