We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make[1]: Entering directory '/home/blackshark/ralink/mt7601u-ap/tools' make[1]: Leaving directory '/home/blackshark/ralink/mt7601u-ap/tools' /home/blackshark/ralink/mt7601u-ap/tools/bin2h make -C /lib/modules/5.4.3-arch1-1/build SUBDIRS=/home/blackshark/ralink/mt7601u-ap/os/linux modules make[1]: Entering directory '/usr/lib/modules/5.4.3-arch1-1/build' scripts/Makefile.build:42: arch/x86/entry/syscalls/Makefile: No such file or directory make[2]: *** No rule to make target 'arch/x86/entry/syscalls/Makefile'. Stop. make[1]: *** [arch/x86/Makefile:238: archheaders] Error 2 make[1]: Leaving directory '/usr/lib/modules/5.4.3-arch1-1/build' make: *** [Makefile:73: LINUX] Error 2
The text was updated successfully, but these errors were encountered:
Hey, that "SUBDIRS=" directive has become obsolete, try to replace it with "M=" if you follow the fashion ;-)
mt7601u-ap 0001 m= 1-@@.diff.txt
Sorry, something went wrong.
No branches or pull requests
make[1]: Entering directory '/home/blackshark/ralink/mt7601u-ap/tools'
make[1]: Leaving directory '/home/blackshark/ralink/mt7601u-ap/tools'
/home/blackshark/ralink/mt7601u-ap/tools/bin2h
make -C /lib/modules/5.4.3-arch1-1/build SUBDIRS=/home/blackshark/ralink/mt7601u-ap/os/linux modules
make[1]: Entering directory '/usr/lib/modules/5.4.3-arch1-1/build'
scripts/Makefile.build:42: arch/x86/entry/syscalls/Makefile: No such file or directory
make[2]: *** No rule to make target 'arch/x86/entry/syscalls/Makefile'. Stop.
make[1]: *** [arch/x86/Makefile:238: archheaders] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.4.3-arch1-1/build'
make: *** [Makefile:73: LINUX] Error 2
The text was updated successfully, but these errors were encountered: