7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
obj-y += lib/ kernel/ mm/
|
||
|
obj-y += boot/dts/
|
||
|
|
||
|
# for cleaning
|
||
|
subdir- += boot
|