mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 09:40:27 +02:00
Commit 654102df2a ("kbuild: add generic support for built-in boot
DTBs") introduced generic support for built-in DTBs.
Select GENERIC_BUILTIN_DTB when built-in DTB support is enabled.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
9 lines
118 B
Makefile
9 lines
118 B
Makefile
obj-y += kernel/
|
|
obj-y += mm/
|
|
obj-y += net/
|
|
obj-y += vdso/
|
|
|
|
obj-$(CONFIG_KVM) += kvm/
|
|
|
|
# for cleaning
|
|
subdir- += boot
|