10 lines
155 B
Makefile
10 lines
155 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Makefile for caching in a mounted filesystem
|
||
|
#
|
||
|
|
||
|
cachefiles-y := \
|
||
|
main.o
|
||
|
|
||
|
obj-$(CONFIG_CACHEFILES) := cachefiles.o
|