mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
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
|