projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[linux-2.6]
/
arch
/
um
/
os-Linux
/
sys-x86_64
/
Makefile
1
#
2
# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3
# Licensed under the GPL
4
#
5
6
obj-$(CONFIG_MODE_SKAS) = registers.o prctl.o signal.o
7
8
USER_OBJS := $(obj-y)
9
10
include arch/um/scripts/Makefile.rules