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/rtw89/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 
    3 DEVRTW89DIR=    ${SRCTOP}/sys/contrib/dev/rtw89
    4 
    5 .PATH: ${DEVRTW89DIR}
    6 
    7 WITH_CONFIG_PM= 0
    8 
    9 KMOD=   if_rtw89
   10 
   11 SRCS=   core.c
   12 SRCS+=  pci.c
   13 SRCS+=  chan.c mac80211.c mac.c phy.c fw.c
   14 SRCS+=  rtw8852a.c rtw8852a_table.c
   15 SRCS+=  rtw8852a_rfk.c rtw8852a_rfk_table.c
   16 SRCS+=  rtw8852ae.c
   17 SRCS+=  rtw8852c.c rtw8852c_table.c
   18 SRCS+=  rtw8852c_rfk.c rtw8852c_rfk_table.c
   19 SRCS+=  rtw8852ce.c
   20 SRCS+=  cam.c efuse.c regd.c sar.c coex.c ps.c ser.c
   21 SRCS+=  debug.c
   22 
   23 .if defined(WITH_CONFIG_PM) && ${WITH_CONFIG_PM} > 0
   24 CFLAGS+=        -DCONFIG_PM=${WITH_CONFIG_PM}
   25 .endif
   26 
   27 # Other
   28 SRCS+=  ${LINUXKPI_GENSRCS}
   29 SRCS+=  opt_wlan.h opt_inet6.h opt_inet.h
   30 
   31 CFLAGS+=        -DKBUILD_MODNAME='"rtw89"'
   32 
   33 CFLAGS+=        -I${DEVRTW89DIR}
   34 CFLAGS+=        ${LINUXKPI_INCLUDES}
   35 CFLAGS+=        -DCONFIG_RTW89_DEBUGMSG
   36 #CFLAGS+=       -DCONFIG_RTW89_DEBUGFS
   37 
   38 #CFLAGS+=       -ferror-limit=0
   39 
   40 .include <bsd.kmod.mk>

Cache object: 4822c700a3fba4343557c2c7858ade90


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