drm/bridge: adv7511: Switch to atomic operations
[drm/drm-misc.git] / tools / testing / selftests / lsm / Makefile
blob3f80c0bc093de8800ebd110e71c45dc836535359
1 # SPDX-License-Identifier: GPL-2.0
3 # First run: make -C ../../../.. headers_install
5 CFLAGS += -Wall -O2 $(KHDR_INCLUDES)
6 LOCAL_HDRS += common.h
8 TEST_GEN_PROGS := lsm_get_self_attr_test lsm_list_modules_test \
9 lsm_set_self_attr_test
11 include ../lib.mk
13 $(OUTPUT)/lsm_get_self_attr_test: lsm_get_self_attr_test.c common.c
14 $(OUTPUT)/lsm_set_self_attr_test: lsm_set_self_attr_test.c common.c
15 $(OUTPUT)/lsm_list_modules_test: lsm_list_modules_test.c common.c
17 EXTRA_CLEAN = $(OUTPUT)/common.o