#
# File: rsbac/adf/pm/Makefile
#
# Makefile for the Linux rsbac pm decision module.
#
# Author and (c) 1999-2012 Amon Ott <ao@rsbac.org>
#

obj-y    := pm_syscalls.o
# decisions only in non-maint mode
ifneq ($(CONFIG_RSBAC_MAINT),y)
obj-y += pm_main.o
endif
