Makefile (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) Makefile (e9666d10a5677a494260d60d1fa0b73cc7646eb3)
1# SPDX-License-Identifier: GPL-2.0
2
3#
4# Makefile for the linux kernel.
5#
6
7asflags-y := -ansi
8ccflags-y := -Werror

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

113obj-$(CONFIG_AUDIT) += audit.o
114audit--$(CONFIG_AUDIT) := compat_audit.o
115obj-$(CONFIG_COMPAT) += $(audit--y)
116
117pc--$(CONFIG_PERF_EVENTS) := perf_event.o
118obj-$(CONFIG_SPARC64) += $(pc--y)
119
120obj-$(CONFIG_UPROBES) += uprobes.o
1# SPDX-License-Identifier: GPL-2.0
2
3#
4# Makefile for the linux kernel.
5#
6
7asflags-y := -ansi
8ccflags-y := -Werror

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

113obj-$(CONFIG_AUDIT) += audit.o
114audit--$(CONFIG_AUDIT) := compat_audit.o
115obj-$(CONFIG_COMPAT) += $(audit--y)
116
117pc--$(CONFIG_PERF_EVENTS) := perf_event.o
118obj-$(CONFIG_SPARC64) += $(pc--y)
119
120obj-$(CONFIG_UPROBES) += uprobes.o
121obj-$(CONFIG_SPARC64) += jump_label.o
121obj-$(CONFIG_JUMP_LABEL) += jump_label.o