Skip to content
Snippets Groups Projects
Select Git revision
  • 55922c9d1b84b89cb946c777fddccb3247e7df2c
  • lcd_v4.8 default
  • llvm_v4.8
  • dev_smp_nullb
  • dev_smp
  • dev_nullb
  • dev_foobar
  • dev_ixgbe
  • dev_netdummy
  • depriv
  • dev_idl_4.8_no_channels
  • dev_idl_4.8
  • dev_idl
  • temp_lcd_v4.8
  • idl_fixes
  • lcd
  • lcd_stack_protector
  • irq
  • pmfs
  • dev_nvme
  • async
  • sosp-19
  • v3.11.3
  • v3.10.14
  • v3.4.64
  • v3.0.98
  • v3.12-rc3
  • v3.11.2
  • v3.10.13
  • v3.4.63
  • v3.0.97
  • v3.12-rc2
  • v3.12-rc1
  • v3.11.1
  • v3.10.12
  • v3.4.62
  • v3.0.96
  • v3.2.51
  • v3.10.11
  • v3.4.61
  • v3.0.95
41 results

.gitignore

Blame
  • user avatar
    Sam Ravnborg authored and Michal Marek committed
    There is an increasing amount of header files
    shared between individual architectures in asm-generic.
    To avoid a lot of dummy wrapper files that just
    include the corresponding file in asm-generic provide
    some basic support in kbuild for this.
    
    With the following patch an architecture can maintain
    a list of files in the file arch/$(ARCH)/include/asm/Kbuild
    
    To use a generic file just add:
    
            generic-y += <name-of-header-file.h>
    
    For each file listed kbuild will generate the necessary
    wrapper in arch/$(ARCH)/include/generated/asm.
    
    When installing userspace headers a wrapper is likewise created.
    
    The original inspiration for this came from the unicore32
    patchset - although a different method is used.
    
    The patch includes several improvements from Arnd Bergmann.
    Michael Marek contributed Makefile.asm-generic.
    
    Remis Baima did an intial implementation along to achive
    the same - see https://patchwork.kernel.org/patch/13352/
    
    
    
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    Acked-by: default avatarGuan Xuetao <guanxuetao@mprc.pku.edu.cn>
    Tested-by: default avatarGuan Xuetao <guanxuetao@mprc.pku.edu.cn>
    Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
    Cc: Remis Lima Baima <remis.developer@googlemail.com>
    Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
    d8ecc5cd
    History
    .gitignore 966 B