Server IP : 172.67.216.182 / Your IP : 172.69.165.29 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/linux-headers-5.15.0-143/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
Upload File : |
# # Makefile fragment for Broadcom 802.11n Networking Device Driver # # Copyright (c) 2010 Broadcom Corporation # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice appear in all copies. # # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY # SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION # OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ccflags-y := \ -I $(srctree)/$(src) \ -I $(srctree)/$(src)/phy \ -I $(srctree)/$(src)/../include brcmsmac-y := \ mac80211_if.o \ ucode_loader.o \ ampdu.o \ antsel.o \ channel.o \ main.o \ phy_shim.o \ pmu.o \ rate.o \ stf.o \ aiutils.o \ phy/phy_cmn.o \ phy/phy_lcn.o \ phy/phy_n.o \ phy/phytbl_lcn.o \ phy/phytbl_n.o \ phy/phy_qmath.o \ dma.o \ brcms_trace_events.o \ debug.o brcmsmac-$(CONFIG_BCMA_DRIVER_GPIO) += led.o obj-$(CONFIG_BRCMSMAC) += brcmsmac.o