mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-03 09:34:42 +00:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
|
#
|
||
|
# Makefile for general filesystem caching code
|
||
|
#
|
||
|
|
||
|
fscache-y := \
|
||
|
main.o
|
||
|
|
||
|
obj-$(CONFIG_FSCACHE) := fscache.o
|