7 lines
94 B
Makefile
Executable File
7 lines
94 B
Makefile
Executable File
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-y += kernel/ mm/
|
|
|
|
# for cleaning
|
|
subdir- += boot
|