This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-11-15 16:24:13 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7a9a8c5faf
linux
/
arch
/
hexagon
/
Kbuild
3 lines
66 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 15:57:25 +08:00
# SPDX-License-Identifier: GPL-2.0-only
hexagon: move core-y in arch/hexagon/Makefile to arch/hexagon/Kbuild Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2021-05-12 15:57:28 +08:00
obj-y += kernel/ mm/ lib/
Reference in New Issue
Copy Permalink