lineage_kernel_xcoverpro/tools/testing/selftests/intel_pstate/Makefile

14 lines
236 B
Makefile
Executable File

# SPDX-License-Identifier: GPL-2.0
CFLAGS := $(CFLAGS) -Wall -D_GNU_SOURCE
LDLIBS := $(LDLIBS) -lm
ifeq (,$(filter $(ARCH),x86))
TEST_GEN_FILES := msr aperf
endif
TEST_PROGS := run.sh
include ../lib.mk
$(TEST_GEN_FILES): $(HEADERS)