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/mpr/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.3/sys/modules/mpr/Makefile 265236 2014-05-02 20:25:09Z ken $
    2 
    3 .PATH: ${.CURDIR}/../../dev/mpr
    4 
    5 KMOD=   mpr
    6 SRCS=   mpr_pci.c mpr.c mpr_sas.c mpr_table.c mpr_user.c
    7 SRCS+=  mpr_config.c mpr_mapping.c mpr_sas_lsi.c
    8 SRCS+=  opt_cam.h opt_compat.h
    9 SRCS+=  device_if.h bus_if.h pci_if.h
   10 
   11 #CFLAGS += -DMPR_DEBUG
   12 
   13 .include <bsd.kmod.mk>
   14 
   15 CWARNFLAGS.mpr_sas.c=           ${NO_WUNNEEDED_INTERNAL_DECL}
   16 # XXX Work around clang warning, until maintainer approves fix.
   17 CWARNFLAGS.mpr_mapping.c=       ${NO_WSOMETIMES_UNINITIALIZED}
   18 CWARNFLAGS+=                    ${CWARNFLAGS.${.IMPSRC:T}}

Cache object: 11b1b36b2e21b70afb4f9665f373724e


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