home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / arch / sparc64 / solaris / Makefile
Encoding:
Makefile  |  2006-08-11  |  215 b   |  11 lines

  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
  11.