Hello to all,
I need to install driver for AWUS036H, and from "make" command I get the follwing error:
ake[1]: Entering directory '/root/Desktop/2008_0925_RT2870_Linux_STA_v1.4.0.0/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/root/Desktop/2008_0925_RT2870_Linux_STA_v1.4.0.0/tools'
/root/Desktop/2008_0925_RT2870_Linux_STA_v1.4.0.0/tools/bin2h
cp -f os/linux/Makefile.6 /root/Desktop/2008_0925_RT2870_Linux_STA_v1.4.0.0/os/linux/Makefile
make -C /lib/modules/5.19.0-kali2-amd64/build SUBDIRS=/root/Desktop/2008_0925_RT2870_Linux_STA_v1.4.0.0/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-5.19.0-kali2-amd64'
/usr/src/linux-headers-5.19.0-kali2-common/Makefile:133: =============== ERROR ==============
/usr/src/linux-headers-5.19.0-kali2-common/Makefile:134: 'SUBDIRS' was removed in Linux 5.3
/usr/src/linux-headers-5.19.0-kali2-common/Makefile:135: Use 'M=' or 'KBUILD_EXTMOD=' instead
/usr/src/linux-headers-5.19.0-kali2-common/Makefile:136: ====================================
/usr/src/linux-headers-5.19.0-kali2-common/Makefile:137: *** .. Stop.
make[1]: Leaving directory '/usr/src/linux-headers-5.19.0-kali2-amd64'
make: *** [Makefile:144: LINUX] Error 2

What shoul I do to solve the problem?
Thx