mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-03 11:13:52 -05:00
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)
|