This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-11-24 08:50:52 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
bdc6b758e4
linux_dsm_epyc7002
/
include
/
Kbuild
3 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kbuild: only one call for include/ in make headers_* Move it to the top-level file to decide if we install/check the generic headers or the arch specific headers. This revealed a long standing bug where "make headers_check_all" relied on the files in asm/ for the current architecture. So make headers_check_all is now broken by this commit. In addition: o add a simpler way to detect if an arch support exporting header files. o add 'set -e;' so we error out early if make headers_check_all fails. o add sparc64 and cris to arch we do not process in make headers_*_all because: sparc64 - use sparc to export headers cris - is know seriously broken Includes suggestions from: David Woodhouse <dwmw2@infradead.org>. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: David Woodhouse <dwmw2@infradead.org>
2008-06-10 02:24:28 +07:00
# Top-level Makefile calls into asm-$(ARCH)
# List only non-arch directories below
Reference in New Issue
Copy Permalink