xref: /linux/tools/testing/selftests/thermal/intel/workload_hint/Makefile (revision 7a0e692a0381254b2f77c54dec100cd3325a6fdf)
1# SPDX-License-Identifier: GPL-2.0
2ifndef CROSS_COMPILE
3ARCH ?= $(shell uname -m 2>/dev/null || echo not)
4override ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
5
6ifeq ($(ARCH),x86)
7TEST_GEN_PROGS := workload_hint_test
8
9include ../../../lib.mk
10
11endif
12endif
13