clnhub / rtl8192eu-linux

Realtek rtl8192eu official Linux driver, versions: 5.2.19.1 (master), 5.6.3.1, 5.6.4 and 5.11.2.1 (default)
442 stars 90 forks source link

Update makefile for yocto #75

Closed FlorianRemy closed 1 year ago

FlorianRemy commented 1 year ago

Update the "bc" call in the check for gcc version to ensure bc is found not matter where it is installed. Add a yocto platform to be able to compile from a bitbake recipe. The platform use KERNEL_SRC and KERNEL_VERSION variables defined by the bitbake recipe. Add make modules_install target used by bitbake to install the module after its compilation.