Makefile (3eb66e91a25497065c5322b1268cbc3953642227) Makefile (85d86c8aa52eb5b3539eebe3adcc2f077118b412)
1# SPDX-License-Identifier: GPL-2.0
2# Makefile for powerpc selftests
3
4# ARCH can be overridden by the user for cross compiling
5ARCH ?= $(shell uname -m)
6ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/)
7
8ifeq ($(ARCH),powerpc)

--- 12 unchanged lines hidden (view full) ---

21 mm \
22 pmu \
23 signal \
24 primitives \
25 stringloops \
26 switch_endian \
27 syscalls \
28 tm \
1# SPDX-License-Identifier: GPL-2.0
2# Makefile for powerpc selftests
3
4# ARCH can be overridden by the user for cross compiling
5ARCH ?= $(shell uname -m)
6ARCH := $(shell echo $(ARCH) | sed -e s/ppc.*/powerpc/)
7
8ifeq ($(ARCH),powerpc)

--- 12 unchanged lines hidden (view full) ---

21 mm \
22 pmu \
23 signal \
24 primitives \
25 stringloops \
26 switch_endian \
27 syscalls \
28 tm \
29 eeh \
29 vphn \
30 math \
31 ptrace \
32 security
33
34endif
35
36all: $(SUB_DIRS)

--- 39 unchanged lines hidden ---
30 vphn \
31 math \
32 ptrace \
33 security
34
35endif
36
37all: $(SUB_DIRS)

--- 39 unchanged lines hidden ---