brektrou / rtl8821CU

Realtek RTL8811CU/RTL8821CU USB Wi-Fi adapter driver for Linux
GNU General Public License v2.0
1.58k stars 458 forks source link

Automate buildability on aarch64 #147

Closed mikhailnov closed 2 years ago

mikhailnov commented 2 years ago

Makefile from Realtek is a piece of crap, hardware architecture is hardcoded, let's try to guess most common ones to make it buildable out of the box on them.

RaphiaRa commented 2 years ago

This might make things confusing when cross compiling.

mikhailnov commented 2 years ago

TARGET_ARCH should be set explicitly as a param to make when cross compiling, without this patch files have to be edited when cross compiling.