6 lines
164 B
Makefile
6 lines
164 B
Makefile
|
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
|
||
|
|
obj-$(CONFIG_SAMPLE_DAMON_WSSE) += wsse.o
|
||
|
|
obj-$(CONFIG_SAMPLE_DAMON_PRCL) += prcl.o
|
||
|
|
obj-$(CONFIG_SAMPLE_DAMON_MTIER) += mtier.o
|