Commit 803c72c8 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Stafford Horne

openrisc: add arch/openrisc/Kbuild

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent 4f70d150
# SPDX-License-Identifier: GPL-2.0
obj-y += lib/ kernel/ mm/
obj-y += boot/dts/
...@@ -42,18 +42,9 @@ endif ...@@ -42,18 +42,9 @@ endif
head-y := arch/openrisc/kernel/head.o head-y := arch/openrisc/kernel/head.o
core-y += arch/openrisc/lib/ \ core-y += arch/openrisc/
arch/openrisc/kernel/ \
arch/openrisc/mm/
libs-y += $(LIBGCC) libs-y += $(LIBGCC)
ifneq '$(CONFIG_OPENRISC_BUILTIN_DTB)' '""'
BUILTIN_DTB := y
else
BUILTIN_DTB := n
endif
core-$(BUILTIN_DTB) += arch/openrisc/boot/dts/
PHONY += vmlinux.bin PHONY += vmlinux.bin
vmlinux.bin: vmlinux vmlinux.bin: vmlinux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment