]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/powerpc/xmon/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / powerpc / xmon / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
f78541dc
PM
2# Makefile for xmon
3
ba55bd74
ME
4subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
5
a15098c9 6GCOV_PROFILE := n
bf76f73c 7UBSAN_SANITIZE := n
a15098c9 8
e12d94f8
NR
9# Disable ftrace for the entire directory
10ORIG_CFLAGS := $(KBUILD_CFLAGS)
11KBUILD_CFLAGS = $(subst -mno-sched-epilog,,$(subst $(CC_FLAGS_FTRACE),,$(ORIG_CFLAGS)))
12
1fbe9cf2 13ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
e0426047 14
31cdd0c3 15obj-y += xmon.o nonstdio.o spr_access.o
e0426047
ME
16
17ifdef CONFIG_XMON_DISASSEMBLY
18obj-y += ppc-dis.o ppc-opc.o
e055595d 19obj-$(CONFIG_SPU_BASE) += spu-dis.o spu-opc.o
e0426047 20endif