This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
linux-stable
Watch
1
Star
0
Fork
0
You've already forked linux-stable
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced
2025-01-07 13:43:51 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9a6e8c7c3a
linux-stable
/
arch
/
xtensa
/
Kbuild
3 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild arch/$(SRCARCH)/Kbuild is useful for Makefile cleanups because you can use the obj-y syntax. Add an empty file if it is missing in arch/$(SRCARCH)/. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2021-05-12 07:57:25 +00:00
# SPDX-License-Identifier: GPL-2.0-only
xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/Kbuild Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Message-Id: <20210811163731.186125-4-masahiroy@kernel.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2021-08-11 16:37:31 +00:00
obj-y += kernel/ mm/ platforms/ boot/dts/
Reference in New Issue
Copy Permalink