Recent changes from Bamvor (88baa78d1f318) have standardized the variable names like TEST_GEN_FILES and removed the need for make targets all and clean. These changes bring the intel_pstate test inline with those changes. Cc: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Stafford Horne <shorne@gmail.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
11 lines
167 B
Makefile
11 lines
167 B
Makefile
CFLAGS := $(CFLAGS) -Wall -D_GNU_SOURCE
|
|
LDFLAGS := $(LDFLAGS) -lm
|
|
|
|
TEST_GEN_FILES := msr aperf
|
|
|
|
TEST_PROGS := run.sh
|
|
|
|
include ../lib.mk
|
|
|
|
$(TEST_GEN_FILES): $(HEADERS)
|