Skip to content
New issue

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

Makefile assumes kernel already has RTL8XXXU enabled #24

Open
brentr opened this issue Nov 1, 2021 · 0 comments
Open

Makefile assumes kernel already has RTL8XXXU enabled #24

brentr opened this issue Nov 1, 2021 · 0 comments

Comments

@brentr
Copy link

brentr commented Nov 1, 2021

First line of Makefile is:
obj-$(CONFIG_RTL8XXXU) += rtwifi.o
However, usually the kernel we're building against does not (yet) have RTL8XXXU support.
Resulting in nothing being built.

Fix is to change that first line to:
obj-m += rtwifi.o

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant