Closed Kawashima-Azumi closed 4 years ago
@Kawashima-Azumi I did a mistake the other day, try updating and build again :+1: And please report back if that fixes it
Well, I meant that the new kernel config option in Kconfig should also be used in the Makefile:
--- Makefile.orig 2019-11-14 13:45:58.900285978 +0800 +++ Makefile 2019-11-14 16:09:58.783016668 +0800 @@ -2207,11 +2207,11 @@ $(MODULE_NAME)-$(CONFIG_MP_INCLUDED)+= core/rtw_bt_mp.o endif
-obj-$(CONFIG_RTL8812AU) := $(MODULE_NAME).o +obj-$(CONFIG_88XXAU) := $(MODULE_NAME).o
else
-export CONFIG_RTL8812AU = m +export CONFIG_88XXAU = m
all: modules
Done. Pushing shortly, thanks!
Well, anything consistent between Kconfig and Makefile would be ok.
Otherwise, the module doesn't get built when integrated into the kernel source tree.
Originally posted by @Kawashima-Azumi in https://github.com/aircrack-ng/rtl8812au/issues/463#issuecomment-552682473