diff options
Diffstat (limited to 'arch/sparc64/solaris/Makefile')
-rw-r--r-- | arch/sparc64/solaris/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sparc64/solaris/Makefile b/arch/sparc64/solaris/Makefile new file mode 100644 index 000000000000..8c8663033bfb --- /dev/null +++ b/arch/sparc64/solaris/Makefile | |||
@@ -0,0 +1,10 @@ | |||
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 | ||