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/uart/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: src/sys/modules/uart/Makefile,v 1.11 2004/08/14 23:54:27 marius Exp $
    2 
    3 .PATH: ${.CURDIR}/../../dev/uart
    4 
    5 .if ${MACHINE_ARCH} == "sparc64"
    6 uart_bus_ebus=  uart_bus_ebus.c
    7 ofw_bus_if=     ofw_bus_if.h
    8 ofw_pci_if=     ofw_pci_if.h
    9 opt_isa=        opt_isa.h
   10 .endif
   11 
   12 KMOD=   uart
   13 SRCS=   uart_bus_acpi.c ${uart_bus_ebus} uart_bus_isa.c uart_bus_pccard.c \
   14         uart_bus_pci.c uart_bus_puc.c uart_core.c uart_cpu_${MACHINE}.c \
   15         uart_dbg.c uart_dev_i8251.c uart_dev_ns8250.c uart_dev_sab82532.c \
   16         uart_dev_z8530.c uart_if.c uart_subr.c uart_tty.c
   17 SRCS+=  bus_if.h card_if.h device_if.h isa_if.h ${ofw_bus_if} ${ofw_pci_if} \
   18         ${opt_isa} pci_if.h power_if.h uart_if.h pccarddevs.h
   19 
   20 opt_isa.h:
   21         echo "#define DEV_ISA 1" > ${.TARGET}
   22 
   23 .include <bsd.kmod.mk>

Cache object: fc5a7df68a1ec6bf1e3cc2f91092e43a


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