xref: /aosp_15_r20/external/ltp/testcases/kernel/security/integrity/ima/datafiles/Makefile (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (c) Linux Test Project, 2019-2020
3# Copyright (c) 2020 Microsoft Corporation
4# Copyright (C) 2009, Cisco Systems Inc.
5# Ngie Cooper, July 2009
6
7top_srcdir	?= ../../../../../..
8
9include	$(top_srcdir)/include/mk/env_pre.mk
10
11SUBDIRS	:= ima_kexec ima_keys ima_policy ima_selinux
12
13include $(top_srcdir)/include/mk/generic_trunk_target.mk
14