Skip to content
Snippets Groups Projects
Select Git revision
  • f1f0f330b1d0ac1bcc38d7c84d439f4fde341a9c
  • master default
  • b4/thermal-rockchip-grf-warning
  • rockchip-devel
  • b4/usbc-for-rock5bp
  • b4/arm64-defconfig
  • b4/sige5-network-phy-clock
  • b4/fusb302-unthreaded-irq
  • radxa-v6.1-vendor-kernel
  • b4/phy-realtek-clock-fix
  • b4/rk3576-rock4d-phy-timings
  • b4/dw-wdt-fix-initial-timeout
  • b4/fusb302-race-condition-fix
  • b4/rk3576-rock4d-phy-handling-fixes
  • b4/rk3588-evb1-hdmi-rx
  • b4/rk3576-fix-fspi-pmdomain
  • b4/rock5bp-for-upstream
  • rk3588-test
  • rk3588-test-vendor-cam
  • lf-6.6.y_6.6.23-2.0.0_var01-panfrost
  • rk3588-linked-clk-gate-for-upstream
  • v5.17
  • v5.17-rc8
  • v5.17-rc7
  • v5.17-rc6
  • v5.17-rc5
  • v5.17-rc4
  • v5.17-rc3
  • v5.17-rc2
  • v5.17-rc1
  • v5.16
  • v5.16-rc8
  • v5.16-rc7
  • v5.16-rc6
  • v5.16-rc5
  • v5.16-rc4
  • v5.16-rc3
  • v5.16-rc2
  • v5.16-rc1
  • v5.15
  • v5.15-rc7
41 results

dtc

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Pull more Kbuild updates from Masahiro Yamada:
    
     - pass HOSTLDFLAGS when compiling single .c host programs
    
     - build genksyms lexer and parser files instead of using shipped
       versions
    
     - rename *-asn1.[ch] to *.asn1.[ch] for suffix consistency
    
     - let the top .gitignore globally ignore artifacts generated by flex,
       bison, and asn1_compiler
    
     - let the top Makefile globally clean artifacts generated by flex,
       bison, and asn1_compiler
    
     - use safer .SECONDARY marker instead of .PRECIOUS to prevent
       intermediate files from being removed
    
     - support -fmacro-prefix-map option to make __FILE__ a relative path
    
     - fix # escaping to prepare for the future GNU Make release
    
     - clean up deb-pkg by using debian tools instead of handrolled
       source/changes generation
    
     - improve rpm-pkg portability by supporting kernel-install as a
       fallback of new-kernel-pkg
    
     - extend Kconfig listnewconfig target to provide more information
    
    * tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
      kconfig: extend output of 'listnewconfig'
      kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkg
      Kbuild: fix # escaping in .cmd files for future Make
      kbuild: deb-pkg: split generating packaging and build
      kbuild: use -fmacro-prefix-map to make __FILE__ a relative path
      kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers
      kbuild: rename *-asn1.[ch] to *.asn1.[ch]
      kbuild: clean up *-asn1.[ch] patterns from top-level Makefile
      .gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
      kbuild: add %.dtb.S and %.dtb to 'targets' automatically
      kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically
      genksyms: generate lexer and parser during build instead of shipping
      kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile
      .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
      kbuild: use HOSTLDFLAGS for single .c executables
    ca71b3ba
    History