mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
d48e99d912
Linux has reworked its header install process in https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=59b2bd05f5f4dc62979c2e82ddd384f07e8f10bc It has introduced `make headers` that prepares the headers in ./usr/include, and made `make headers_install` copy the headers from there using rsync.
7 lines
187 B
Diff
7 lines
187 B
Diff
--- a/arch/x86/Makefile
|
|
+++ b/arch/x86/Makefile
|
|
@@ -231,3 +231,3 @@ endif
|
|
archscripts: scripts_basic
|
|
- $(Q)$(MAKE) $(build)=arch/x86/tools relocs
|
|
+ $(Q)$(MAKE) $(build)=arch/x86/tools
|
|
|