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/le/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.2/sys/modules/le/Makefile 178762 2008-05-04 14:59:25Z marius $
    2 
    3 .PATH: ${.CURDIR}/../../dev/le
    4 
    5 KMOD=   if_le
    6 SRCS=   am7990.c am79900.c ${if_le_cbus} ${if_le_isa} ${if_le_lebuffer}
    7 SRCS+=  ${if_le_ledma} if_le_pci.c lance.c ${lebuffer_sbus}
    8 SRCS+=  bus_if.h device_if.h ${isa_if} ${ofw_bus_if} pci_if.h
    9 
   10 .if ${MACHINE_ARCH} == "i386"
   11 .if ${MACHINE} == "pc98"
   12 if_le_cbus=     if_le_cbus.c
   13 .else
   14 if_le_isa=      if_le_isa.c
   15 .endif
   16 isa_if=         isa_if.h
   17 .endif
   18 
   19 .if ${MACHINE} == "sparc64"
   20 if_le_lebuffer= if_le_lebuffer.c
   21 if_le_ledma=    if_le_ledma.c
   22 lebuffer_sbus=  lebuffer_sbus.c
   23 ofw_bus_if=     ofw_bus_if.h
   24 .endif
   25 
   26 .include <bsd.kmod.mk>

Cache object: 95c0b2dd2b6713073e3679df182ffcdf


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