#
# Makefile for the RMM ppgstat test modules.
# This builds the RMM ppgstat example kernel modules.
# After build, to use the module perform below step
# (as root):  insmod <module_name.ko>
#
obj-$(CONFIG_SAMPLE_RMM_PPGSTAT) += ppgstat-page-buddy-001.o ppgstat-page-slab-001.o
