agerwick / RT28XX-RT539X-Linux-driver

2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO updated to work with Linux kernel 3.8 and above. Tested with Ubuntu 14.04 and 16.04
GNU General Public License v2.0
23 stars 9 forks source link

Cannot install on Debian 11 #15

Open rwb196884 opened 1 year ago

rwb196884 commented 1 year ago
root@calleva:/home/rwb/RT28XX-RT539X-Linux-driver# make
make -C tools
make[1]: Entering directory '/home/rwb/RT28XX-RT539X-Linux-driver/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/rwb/RT28XX-RT539X-Linux-driver/tools'
/home/rwb/RT28XX-RT539X-Linux-driver/tools/bin2h
cp -f os/linux/Makefile.6 /home/rwb/RT28XX-RT539X-Linux-driver/os/linux/Makefile
make -C /lib/modules/5.10.0-22-amd64/build SUBDIRS=/home/rwb/RT28XX-RT539X-Linux-driver/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-5.10.0-22-amd64'
/usr/src/linux-headers-5.10.0-22-common/Makefile:232: =============== ERROR ==============
/usr/src/linux-headers-5.10.0-22-common/Makefile:233: 'SUBDIRS' was removed in Linux 5.3
/usr/src/linux-headers-5.10.0-22-common/Makefile:234: Use 'M=' or 'KBUILD_EXTMOD=' instead
/usr/src/linux-headers-5.10.0-22-common/Makefile:235: ====================================
/usr/src/linux-headers-5.10.0-22-common/Makefile:236: *** ..  Stop.
make[1]: *** [/usr/src/linux-headers-5.10.0-22-common/Makefile:192: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.10.0-22-amd64'
make: *** [Makefile:373: LINUX] Error 2
root@calleva:/home/rwb/RT28XX-RT539X-Linux-driver#