xref: /aosp_15_r20/external/ltp/testcases/kernel/security/securebits/Makefile (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker################################################################################
2*49cdfc7eSAndroid Build Coastguard Worker##                                                                            ##
3*49cdfc7eSAndroid Build Coastguard Worker## Copyright (c) International Business Machines  Corp., 2009                 ##
4*49cdfc7eSAndroid Build Coastguard Worker##                                                                            ##
5*49cdfc7eSAndroid Build Coastguard Worker## This program is free software;  you can redistribute it and#or modify      ##
6*49cdfc7eSAndroid Build Coastguard Worker## it under the terms of the GNU General Public License as published by       ##
7*49cdfc7eSAndroid Build Coastguard Worker## the Free Software Foundation; either version 2 of the License, or          ##
8*49cdfc7eSAndroid Build Coastguard Worker## (at your option) any later version.                                        ##
9*49cdfc7eSAndroid Build Coastguard Worker##                                                                            ##
10*49cdfc7eSAndroid Build Coastguard Worker## This program is distributed in the hope that it will be useful, but        ##
11*49cdfc7eSAndroid Build Coastguard Worker## WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ##
12*49cdfc7eSAndroid Build Coastguard Worker## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License   ##
13*49cdfc7eSAndroid Build Coastguard Worker## for more details.                                                          ##
14*49cdfc7eSAndroid Build Coastguard Worker##                                                                            ##
15*49cdfc7eSAndroid Build Coastguard Worker## You should have received a copy of the GNU General Public License          ##
16*49cdfc7eSAndroid Build Coastguard Worker## along with this program;  if not, write to the Free Software Foundation,   ##
17*49cdfc7eSAndroid Build Coastguard Worker## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA           ##
18*49cdfc7eSAndroid Build Coastguard Worker##                                                                            ##
19*49cdfc7eSAndroid Build Coastguard Worker################################################################################
20*49cdfc7eSAndroid Build Coastguard Worker
21*49cdfc7eSAndroid Build Coastguard Workertop_srcdir		?= ../../../..
22*49cdfc7eSAndroid Build Coastguard Worker
23*49cdfc7eSAndroid Build Coastguard Workerinclude $(top_srcdir)/include/mk/testcases.mk
24*49cdfc7eSAndroid Build Coastguard Worker
25*49cdfc7eSAndroid Build Coastguard WorkerLDLIBS			+= $(CAP_LIBS)
26*49cdfc7eSAndroid Build Coastguard Worker
27*49cdfc7eSAndroid Build Coastguard Workerinclude $(top_srcdir)/include/mk/generic_leaf_target.mk
28