8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
obj-y += kernel/
|
||
|
obj-y += mm/
|
||
|
obj-y += net/
|
||
|
|
||
|
# for cleaning
|
||
|
subdir- += boot
|