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