mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-05 08:48:53 +00: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
|