Thanks guys.
I patched all that and
make API=CFG80211 -C /mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl M=`pwd`
Then I got wl.mod
I searched for wl.ko but nowhere to be found.
When I "cat wl.mod" I got
/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/shared/linux_osl.o
/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/wl/sys/wl_linux.o
/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/wl/sys/wl_iw.o
/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/wl/sys/wl_cfg80211_hybrid.o
Is this the file I'm supposed to look for?
Btw, when I did "make API=CFG80211 -C..."
It showed this in terminal
tc@box:/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl$ make API=CFG80211 -C /mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/
linux-6.1.2 M=`pwd` > /home/tc/logWL.txt[J[1A
tc@box:/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl$ make API=CFG80211 -C /mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/
linux-6.1.2 M=`pwd`[J
make: Entering directory '/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2'
CFG80211 API specified in command line
Using CFG80211 API
CC [M] /mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/wl/sys/wl_linux.o
In file included from [01m[K/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/wl/sys/wl_linux.c:81[m[K:
[01m[K/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/wl/sys/wl_iw.h:73:[m[K [01;35m[Kwarning: [m[K"isprint" redefined
73 | #define isprint(c) bcm_isprint(c)
|
In file included from [01m[K./include/linux/string_helpers.h:6[m[K,
from [01m[K./include/linux/seq_file.h:7[m[K,
from [01m[K./include/linux/seq_file_net.h:5[m[K,
from [01m[K./include/net/net_namespace.h:191[m[K,
from [01m[K./include/linux/netdevice.h:38[m[K,
from [01m[K/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/include/linuxver.h:69[m[K,
from [01m[K/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/wl/sys/wl_linux.c:27[m[K:
[01m[K./include/linux/ctype.h:30:[m[K [01;36m[Knote: [m[Kthis is the location of the previous definition
30 | #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
|
[01m[K/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/wl/sys/wl_linux.c:[m[K In function '[01m[Kwl_dump_ver[m[K':
[01m[K/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/wl/sys/wl_linux.c:2125:17:[m[K [01;31m[Kerror: [m[Kmacro "__DATE__" might prevent reproducible builds [[01;31m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdate-time-Werror=date-time]8;;[m[K]
2125 | [01;31m[K__DATE__[m[K, __TIME__, EPI_VERSION_STR);
| [01;31m[K^~~~~~~~[m[K
[01m[K/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/wl/sys/wl_linux.c:2125:27:[m[K [01;31m[Kerror: [m[Kmacro "__TIME__" might prevent reproducible builds [[01;31m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdate-time-Werror=date-time]8;;[m[K]
2125 | __DATE__, [01;31m[K__TIME__[m[K, EPI_VERSION_STR);
| [01;31m[K^~~~~~~~[m[K
cc1: some warnings being treated as errors
make[1]: *** [scripts/Makefile.build:250: /mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl/src/wl/sys/wl_linux.o] Error 1
make: *** [Makefile:1992: /mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl] Error 2
make: Leaving directory '/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2'
tc@box:/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl$