You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for the Solaris binary emulation.
|
|
#
|
|
|
|
EXTRA_AFLAGS := -ansi
|
|
|
|
solaris-objs := entry64.o fs.o misc.o signal.o systbl.o socket.o \
|
|
ioctl.o ipc.o socksys.o timod.o
|
|
|
|
obj-$(CONFIG_SOLARIS_EMUL) += solaris.o
|
|
|