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/linuxkpi/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$
    2 .PATH:  ${SRCTOP}/sys/compat/linuxkpi/common/src
    3 
    4 KMOD=   linuxkpi
    5 SRCS=   linux_compat.c \
    6         linux_current.c \
    7         linux_devres.c \
    8         linux_dmi.c \
    9         linux_domain.c \
   10         linux_firmware.c \
   11         linux_fpu.c \
   12         linux_hrtimer.c \
   13         linux_idr.c \
   14         linux_interrupt.c \
   15         linux_i2c.c \
   16         linux_i2cbb.c \
   17         linux_kmod.c \
   18         linux_kthread.c \
   19         linux_lock.c \
   20         linux_netdev.c \
   21         linux_page.c \
   22         linux_pci.c \
   23         linux_radix.c \
   24         linux_rcu.c \
   25         linux_schedule.c \
   26         linux_seq_file.c \
   27         linux_shmemfs.c \
   28         linux_shrinker.c \
   29         linux_simple_attr.c \
   30         linux_skbuff.c \
   31         linux_slab.c \
   32         linux_tasklet.c \
   33         linux_usb.c \
   34         linux_work.c \
   35         linux_xarray.c
   36 
   37 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
   38     ${MACHINE_CPUARCH} == "i386"
   39 SRCS+=  opt_acpi.h acpi_if.h linux_acpi.c
   40 .endif
   41 
   42 .if ${MACHINE_CPUARCH} == "i386"
   43 SRCS+=  opt_apic.h
   44 .endif
   45 
   46 SRCS+=  opt_ddb.h
   47 SRCS+=  ${LINUXKPI_GENSRCS}
   48 
   49 CFLAGS+= ${LINUXKPI_INCLUDES}
   50 CFLAGS+= -I${SRCTOP}/sys/contrib/ck/include
   51 
   52 EXPORT_SYMS=    YES
   53 
   54 .include <bsd.kmod.mk>

Cache object: 511ba02982d8c5ec377c0b1e16886e84


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