Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Announcement of SUBDIRS removal after kernel 5.3 #187

Closed
mlassota opened this issue Mar 4, 2020 · 1 comment
Closed

Announcement of SUBDIRS removal after kernel 5.3 #187

mlassota opened this issue Mar 4, 2020 · 1 comment
Assignees
Labels

Comments

@mlassota
Copy link
Contributor

mlassota commented Mar 4, 2020

Makefile:228: 'SUBDIRS' will be removed after Linux 5.3
Makefile:229: 
Makefile:230: If you are building an individual subdirectory
Makefile:231: in the kernel tree, you can do like this:
Makefile:232: $ make path/to/dir/you/want/to/build/
Makefile:233: (Do not forget the trailing slash)
Makefile:234: 
Makefile:235: If you are building an external module,
Makefile:236: Please use 'M=' or 'KBUILD_EXTMOD' instead
Makefile:237: ==========================================

SUBDIRS has to be replaced with M.

@mlassota mlassota added the bug label Mar 4, 2020
@mlassota mlassota added this to the release 13MD05-90_02_02 milestone Mar 4, 2020
@mlassota mlassota self-assigned this Mar 4, 2020
mlassota added a commit that referenced this issue Mar 5, 2020
Fix issue 'Announcement of SUBDIRS removal after kernel 5.3'
#187
@mlassota
Copy link
Contributor Author

mlassota commented Mar 5, 2020

Fixed

@mlassota mlassota closed this as completed Mar 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant