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/drm2/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/10.4/sys/modules/drm2/Makefile 291811 2015-12-04 18:44:12Z bdrewery $
    2 
    3 .include <bsd.own.mk>
    4 
    5 .if ${MACHINE_CPUARCH} == "amd64"
    6 _i915kms=       i915kms
    7 _radeonkms=     radeonkms
    8 . if ${MK_SOURCELESS_UCODE} != "no"
    9 _radeonkmsfw=   radeonkmsfw
   10 . endif
   11 .endif
   12 
   13 .if ${MACHINE_CPUARCH} == "i386"
   14 . if ${MACHINE} != "pc98"
   15 _i915kms=       i915kms
   16 _radeonkms=     radeonkms
   17 .  if ${MK_SOURCELESS_UCODE} != "no"
   18 _radeonkmsfw=   radeonkmsfw
   19 .  endif
   20 . endif
   21 .endif
   22 
   23 .if ${MACHINE_CPUARCH} == "powerpc"
   24 _radeonkms=     radeonkms
   25 . if ${MK_SOURCELESS_UCODE} != "no"
   26 _radeonkmsfw=   radeonkmsfw
   27 . endif
   28 .endif
   29 
   30 SUBDIR = \
   31         drm2 \
   32         ${_i915kms} \
   33         ${_radeonkms} \
   34         ${_radeonkmsfw}
   35 
   36 .include <bsd.subdir.mk>

Cache object: 6ddbd93def11ada27a6d8f6ca679bd66


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