1 include ../../../../../build/Build.include 1 include ../../../../../build/Build.include 2 2 3 UNAME_M := $(shell uname -m) 3 UNAME_M := $(shell uname -m) 4 4 5 ifneq ($(UNAME_M),s390x) 5 ifneq ($(UNAME_M),s390x) 6 nothing: 6 nothing: 7 .PHONY: all clean run_tests install 7 .PHONY: all clean run_tests install 8 .SILENT: 8 .SILENT: 9 else 9 else 10 10 11 TEST_GEN_PROGS := test_uvdevice 11 TEST_GEN_PROGS := test_uvdevice 12 12 13 top_srcdir ?= ../../../../../.. 13 top_srcdir ?= ../../../../../.. 14 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/ 14 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include 15 15 16 CFLAGS += -Wall -Werror -static $(KHDR_INCLUDE 16 CFLAGS += -Wall -Werror -static $(KHDR_INCLUDES) -I$(LINUX_TOOL_ARCH_INCLUDE) 17 17 18 include ../../../lib.mk 18 include ../../../lib.mk 19 19 20 endif 20 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.