# SPDX-License-Identifier: GPL-2.0 # # Makefile for the linux kernel. # CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"' obj-y += ptrace.o obj-$(CONFIG_PPC64) += ptrace32.o