xref: /openbmc/linux/tools/testing/selftests/drivers/s390x/uvdevice/Makefile (revision 25879d7b)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include ../../../../../build/Build.include
2
3UNAME_M := $(shell uname -m)
4
5ifneq ($(UNAME_M),s390x)
6nothing:
7.PHONY: all clean run_tests install
8.SILENT:
9else
10
11TEST_GEN_PROGS := test_uvdevice
12
13top_srcdir ?= ../../../../../..
14LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
15
16CFLAGS += -Wall -Werror -static $(KHDR_INCLUDES) -I$(LINUX_TOOL_ARCH_INCLUDE)
17
18include ../../../lib.mk
19
20endif
21

served by {OpenGrok

Last Index Update: Sat May 03 03:01:14 CDT 2025