This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-10 22:21:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d6b0180e6d
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 07:57:25 +00: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 07:57:28 +00:00
obj-y += kernel/ mm/ lib/
Reference in New Issue
Copy Permalink