18 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# First run: make -C ../../../.. headers_install4 5CFLAGS += -Wall -O2 $(KHDR_INCLUDES)6LOCAL_HDRS += common.h7 8TEST_GEN_PROGS := lsm_get_self_attr_test lsm_list_modules_test \9 lsm_set_self_attr_test10 11include ../lib.mk12 13$(OUTPUT)/lsm_get_self_attr_test: lsm_get_self_attr_test.c common.c14$(OUTPUT)/lsm_set_self_attr_test: lsm_set_self_attr_test.c common.c15$(OUTPUT)/lsm_list_modules_test: lsm_list_modules_test.c common.c16 17EXTRA_CLEAN = $(OUTPUT)/common.o18