8 lines
102 B
Makefile
8 lines
102 B
Makefile
|
#
|
||
|
# Makefile for the linux pstorefs routines.
|
||
|
#
|
||
|
|
||
|
obj-y += pstore.o
|
||
|
|
||
|
pstore-objs += inode.o platform.o
|