projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy...
[linux-2.6]
/
arch
/
sparc64
/
solaris
/
Makefile
1
#
2
# Makefile for the Solaris binary emulation.
3
#
4
5
EXTRA_AFLAGS := -ansi
6
7
solaris-objs := entry64.o fs.o misc.o signal.o systbl.o socket.o \
8
ioctl.o ipc.o socksys.o timod.o
9
10
obj-$(CONFIG_SOLARIS_EMUL) += solaris.o