The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/opensolaris/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD: releng/8.0/sys/modules/opensolaris/Makefile 191934 2009-05-09 05:45:13Z kmacy $
    2 
    3 .PATH: ${.CURDIR}/../../cddl/compat/opensolaris/kern
    4 
    5 KMOD=           opensolaris
    6 SRCS=           opensolaris.c           \
    7                 opensolaris_cmn_err.c   \
    8                 opensolaris_kmem.c      \
    9                 opensolaris_misc.c
   10 
   11 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
   12 .PATH:  ${.CURDIR}/../../cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
   13 SRCS+=          opensolaris_atomic.S
   14 .else
   15 SRCS+=          opensolaris_atomic.c
   16 .endif
   17 
   18 CFLAGS+=        -I${.CURDIR}/../../cddl/compat/opensolaris              \
   19                 -I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common  \
   20                 -I${.CURDIR}/../..
   21 
   22 IGNORE_PRAGMA=  1
   23 
   24 .include <bsd.kmod.mk>

Cache object: 921fdaee697d785ecc21f88ed54ed863


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.