mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 02:34:05 +08:00
29fa1d436e
Recent changes from Bamvor (88baa78d1f
) 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)
|