mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 03:56:43 +07:00
67b2e30eb7
These tests are only for x86, so don't try to build or run them on other architectures. Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
13 lines
201 B
Makefile
13 lines
201 B
Makefile
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)
|