mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
803c72c854
Describe the subdirectories under arch/openrisc/ in arch/openrisc/Kbuild so you can use the standard obj-y syntax. I removed the CONFIG_OPENRISC_BUILTIN_DTB conditional because it is already controlled by arch/openrisc/boot/dts/Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Stafford Horne <shorne@gmail.com>
4 lines
80 B
Makefile
4 lines
80 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-y += lib/ kernel/ mm/
|
|
obj-y += boot/dts/
|