]> Git Repo - J-linux.git/blob - arch/um/os-Linux/Makefile
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
[J-linux.git] / arch / um / os-Linux / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 # Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
4 #
5
6 # Don't instrument UML-specific code
7 KCOV_INSTRUMENT                := n
8
9 obj-y = execvp.o file.o helper.o irq.o main.o mem.o process.o \
10         registers.o sigio.o signal.o start_up.o time.o tty.o \
11         umid.o user_syms.o util.o drivers/ skas/
12
13 CFLAGS_signal.o += -Wframe-larger-than=4096
14
15 obj-$(CONFIG_ARCH_REUSE_HOST_VSYSCALL_AREA) += elf_aux.o
16
17 USER_OBJS := $(user-objs-y) elf_aux.o execvp.o file.o helper.o irq.o \
18         main.o mem.o process.o registers.o sigio.o signal.o start_up.o time.o \
19         tty.o umid.o util.o
20
21 include $(srctree)/arch/um/scripts/Makefile.rules
This page took 0.028947 seconds and 4 git commands to generate.