# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the linux plmem-filesystem routines.

#ccflags-y += -I$(src)           # needed for trace events
#ccflags-y += -I$(src)/libxfs
ccflags-y += -I $(srctree)/$(src)		# needed for trace events

obj-$(CONFIG_PLM_FS) += plmfs.o
plmfs-y += inode.o

