Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3# Licensed under the GPL
4#
5
6obj-y = elf_aux.o file.o process.o signal.o time.o tty.o user_syms.o drivers/ \
7 sys-$(SUBARCH)/
8
9USER_OBJS := elf_aux.o file.o process.o signal.o time.o tty.o
10
11CFLAGS_user_syms.o += -DSUBARCH_$(SUBARCH)
12
13include arch/um/scripts/Makefile.rules