0101-archscripts.diff 698 B

1234567891011121314
  1. diff -ur linux-5.8.5.orig/Makefile linux-5.8.5.tmp/Makefile
  2. --- linux-5.8.5.orig/Makefile 2020-08-27 03:31:49.000000000 -0400
  3. +++ linux-5.8.5/Makefile 2020-08-28 19:00:50.980172582 -0400
  4. @@ -1253,7 +1253,7 @@
  5. hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj
  6. PHONY += headers
  7. -headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts
  8. +headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders
  9. $(if $(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/Kbuild),, \
  10. $(error Headers not exportable for the $(SRCARCH) architecture))
  11. $(Q)$(MAKE) $(hdr-inst)=include/uapi
  12. Only in linux-5.8.5.tmp/: Makefile.orig
  13. Only in linux-5.8.5.tmp/: Makefile.rej